public interface ProcessVariableChangedEvent extends ProcessEvent
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getNewValue()
The new value of the variable. 
 | 
Object | 
getOldValue()
The old value of the variable. 
 | 
String | 
getVariableId()
The unique id of the process variable (definition). 
 | 
String | 
getVariableInstanceId()
The unique id of the process variable instance (as multiple node instances with the
 same process variable definition exists). 
 | 
getProcessInstancegetKieRuntimeString getVariableId()
String getVariableInstanceId()
Object getOldValue()
Object getNewValue()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.