org.drools.core.event
Class ProcessVariableChangedEventImpl
java.lang.Object
java.util.EventObject
org.drools.core.event.ProcessEvent
org.drools.core.event.ProcessVariableChangedEventImpl
- All Implemented Interfaces:
- Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.process.ProcessEvent, org.kie.api.event.process.ProcessVariableChangedEvent
public class ProcessVariableChangedEventImpl
- extends ProcessEvent
- implements org.kie.api.event.process.ProcessVariableChangedEvent
- See Also:
- Serialized Form
| Methods inherited from interface org.kie.api.event.process.ProcessEvent |
getProcessInstance |
| Methods inherited from interface org.kie.api.event.KieRuntimeEvent |
getKieRuntime |
ProcessVariableChangedEventImpl
public ProcessVariableChangedEventImpl(String id,
String instanceId,
Object oldValue,
Object newValue,
org.kie.api.runtime.process.ProcessInstance processInstance,
org.kie.internal.runtime.KnowledgeRuntime kruntime)
getVariableInstanceId
public String getVariableInstanceId()
- Specified by:
getVariableInstanceId in interface org.kie.api.event.process.ProcessVariableChangedEvent
getVariableId
public String getVariableId()
- Specified by:
getVariableId in interface org.kie.api.event.process.ProcessVariableChangedEvent
getOldValue
public Object getOldValue()
- Specified by:
getOldValue in interface org.kie.api.event.process.ProcessVariableChangedEvent
getNewValue
public Object getNewValue()
- Specified by:
getNewValue in interface org.kie.api.event.process.ProcessVariableChangedEvent
toString
public String toString()
- Overrides:
toString in class EventObject
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.