KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.event.process.ProcessEvent

Packages that use ProcessEvent
org.kie.api.event.process Events emitted while process instances are executing. 
 

Uses of ProcessEvent in org.kie.api.event.process
 

Subinterfaces of ProcessEvent in org.kie.api.event.process
 interface ProcessCompletedEvent
          A runtime event that is generated when a ProcessInstance is completed.
 interface ProcessNodeEvent
          An event related to the execution of a node instance within a process instance.
 interface ProcessNodeLeftEvent
          An event when a node inside a process instance has been left.
 interface ProcessNodeTriggeredEvent
          An event when a node inside a process instance has been triggered.
 interface ProcessStartedEvent
          An event when a process instance has been started.
 interface ProcessVariableChangedEvent
          An event when a variable inside a process instance has been changed.
 


KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.