jBPM distribution 6.0.0.CR1

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 distribution 6.0.0.CR1

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