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 SummaryAll 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.KieRuntimeEventgetKieRuntime
 - 
Methods inherited from interface org.kie.api.event.process.ProcessEventgetEventDate, getProcessInstance
 
- 
 
- 
- 
- 
Method Detail- 
getNodeInstanceNodeInstance getNodeInstance() The node instance this event is related to.- Returns:
- the node instance
 
 
- 
 
-