Package org.kie.api.event.process
Interface ProcessNodeEvent
- 
- All Superinterfaces:
 KieRuntimeEvent,ProcessEvent
- All Known Subinterfaces:
 MessageEvent,ProcessNodeLeftEvent,ProcessNodeTriggeredEvent,SignalEvent
public interface ProcessNodeEvent extends ProcessEvent
An event related to the execution of a node instance within a process instance. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeInstancegetNodeInstance()The node instance this event is related to.- 
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime 
- 
Methods inherited from interface org.kie.api.event.process.ProcessEvent
getEventDate, getProcessInstance 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getNodeInstance
NodeInstance getNodeInstance()
The node instance this event is related to.- Returns:
 - the node instance
 
 
 - 
 
 -