| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessVariableChangedEvent
An event when a variable inside a process instance has been changed.
| Method Summary | |
|---|---|
|  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). | 
| Methods inherited from interface org.drools.event.process.ProcessEvent | 
|---|
| getProcessInstance | 
| Methods inherited from interface org.drools.event.KnowledgeRuntimeEvent | 
|---|
| getKnowledgeRuntime | 
| Method Detail | 
|---|
String getVariableId()
String getVariableInstanceId()
Object getOldValue()
Object getNewValue()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||