org.jbpm.executor.events.listeners
Class DefaultExecutorEventListener
java.lang.Object
org.jbpm.shared.services.impl.events.JbpmServicesEventListener<RequestInfo>
org.jbpm.executor.events.listeners.DefaultExecutorEventListener
- All Implemented Interfaces:
- ExecutorEventListener
public class DefaultExecutorEventListener
- extends JbpmServicesEventListener<RequestInfo>
- implements ExecutorEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExecutorEventListener
public DefaultExecutorEventListener()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.