jBPM :: Executor Service 6.0.0.Beta4

org.jbpm.executor.events.listeners
Interface ExecutorEventListener

All Known Implementing Classes:
DefaultExecutorEventListener

public interface ExecutorEventListener


Method Summary
 void onRequestCancelled(RequestInfo r)
           
 void onRequestPending(RequestInfo r)
           
 void onRequestRunning(RequestInfo r)
           
 

Method Detail

onRequestPending

void onRequestPending(RequestInfo r)

onRequestRunning

void onRequestRunning(RequestInfo r)

onRequestCancelled

void onRequestCancelled(RequestInfo r)

jBPM :: Executor Service 6.0.0.Beta4

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