jBPM distribution 6.0.0.CR1

org.jbpm.executor.events.listeners
Class DefaultExecutorEventListener

java.lang.Object
  extended by org.jbpm.shared.services.impl.events.JbpmServicesEventListener<RequestInfo>
      extended by org.jbpm.executor.events.listeners.DefaultExecutorEventListener
All Implemented Interfaces:
ExecutorEventListener

public class DefaultExecutorEventListener
extends JbpmServicesEventListener<RequestInfo>
implements ExecutorEventListener


Constructor Summary
DefaultExecutorEventListener()
           
 
Method Summary
 void onRequestCancelled(RequestInfo r)
           
 void onRequestPending(RequestInfo r)
           
 void onRequestRunning(RequestInfo r)
           
 
Methods inherited from class org.jbpm.shared.services.impl.events.JbpmServicesEventListener
getObserverMethods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExecutorEventListener

public DefaultExecutorEventListener()
Method Detail

onRequestPending

public void onRequestPending(@Observes(notifyObserver=ALWAYS)
                             RequestInfo r)
Specified by:
onRequestPending in interface ExecutorEventListener

onRequestRunning

public void onRequestRunning(@Observes(notifyObserver=ALWAYS)
                             RequestInfo r)
Specified by:
onRequestRunning in interface ExecutorEventListener

onRequestCancelled

public void onRequestCancelled(@Observes(notifyObserver=ALWAYS)
                               RequestInfo r)
Specified by:
onRequestCancelled in interface ExecutorEventListener

jBPM distribution 6.0.0.CR1

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