| Package | Description | 
|---|---|
| org.kie.api.event.process | 
 Events emitted while process instances are executing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessEventListener.afterNodeLeft(ProcessNodeLeftEvent event)
This listener method is invoked right after a node in a process instance has been left
 (which is when the node was completed, for example when it performed the task it was
 designed for). 
 | 
void | 
DefaultProcessEventListener.afterNodeLeft(ProcessNodeLeftEvent event)  | 
void | 
ProcessEventListener.beforeNodeLeft(ProcessNodeLeftEvent event)
This listener method is invoked right before a node in a process instance is being left
 (which is when the node is completed, for example when it has performed the task it was
 designed for). 
 | 
void | 
DefaultProcessEventListener.beforeNodeLeft(ProcessNodeLeftEvent event)  | 
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.