jBPM distribution 6.0.0.Alpha9

org.jbpm.executor.events.listeners
Interface ExecutorEventListener

All Known Implementing Classes:
DefaultExecutorEventListener

public interface ExecutorEventListener


Method Summary
 void onError(ErrorInfo e)
           
 void onRequestCancelled(RequestInfo r)
           
 void onRequestOnError(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)

onRequestOnError

void onRequestOnError(RequestInfo r)

onError

void onError(ErrorInfo e)

jBPM distribution 6.0.0.Alpha9

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