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