Uses of Interface
org.jbpm.pvm.listener.EventListenerExecution

Packages that use EventListenerExecution
org.jbpm.pvm.listener interfaces for implementing event listeners, which represent runtime behaviour that can be associated as listeners to process events. 
org.jbpm.pvm.model common model base classes for the client, activity and event listener API's 
 

Uses of EventListenerExecution in org.jbpm.pvm.listener
 

Methods in org.jbpm.pvm.listener with parameters of type EventListenerExecution
 void EventListener.notify(EventListenerExecution execution)
           
 

Uses of EventListenerExecution in org.jbpm.pvm.model
 

Methods in org.jbpm.pvm.model with parameters of type EventListenerExecution
 boolean Condition.evaluate(EventListenerExecution execution)
          evaluates this condition in the context of the given execution.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.