jBPM distribution 6.0.0.Beta4

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)
           
 void setLogger(Logger logger)
           
 
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

setLogger

public void setLogger(Logger logger)

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.Beta4

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