public class ProcessVariableChangedEventImpl extends ProcessEvent implements org.kie.api.event.process.ProcessVariableChangedEvent
source
Constructor and Description |
---|
ProcessVariableChangedEventImpl(String id,
String instanceId,
Object oldValue,
Object newValue,
org.kie.api.runtime.process.ProcessInstance processInstance,
org.kie.internal.runtime.KnowledgeRuntime kruntime) |
Modifier and Type | Method and Description |
---|---|
Object |
getNewValue() |
Object |
getOldValue() |
String |
getVariableId() |
String |
getVariableInstanceId() |
String |
toString() |
getKieRuntime, getProcessInstance
getSource
public String getVariableInstanceId()
getVariableInstanceId
in interface org.kie.api.event.process.ProcessVariableChangedEvent
public String getVariableId()
getVariableId
in interface org.kie.api.event.process.ProcessVariableChangedEvent
public Object getOldValue()
getOldValue
in interface org.kie.api.event.process.ProcessVariableChangedEvent
public Object getNewValue()
getNewValue
in interface org.kie.api.event.process.ProcessVariableChangedEvent
public String toString()
toString
in class EventObject
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.