org.camunda.bpm.engine.delegate
Interface ExecutionListener

All Superinterfaces:
DelegateListener<DelegateExecution>
All Known Implementing Classes:
ActivityInstanceEndListener, ActivityInstanceStartListener, ClassDelegateExecutionListener, DelegateExpressionExecutionListener, ExpressionExecutionListener, HistoryExecutionListener, MetricsExecutionListener, ProcessApplicationEventListenerDelegate, ProcessInstanceEndListener, ProcessInstanceStartListener, ProcessInstanceUpdateListener, ScriptExecutionListener, ServiceTaskJavaDelegateActivityBehavior

public interface ExecutionListener
extends DelegateListener<DelegateExecution>

Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.

Author:
Tom Baeyens, Joram Barrez

Field Summary
static String EVENTNAME_END
           
static String EVENTNAME_START
           
static String EVENTNAME_TAKE
           
 
Method Summary
 void notify(DelegateExecution execution)
           
 

Field Detail

EVENTNAME_START

static final String EVENTNAME_START
See Also:
Constant Field Values

EVENTNAME_END

static final String EVENTNAME_END
See Also:
Constant Field Values

EVENTNAME_TAKE

static final String EVENTNAME_TAKE
See Also:
Constant Field Values
Method Detail

notify

void notify(DelegateExecution execution)
            throws Exception
Specified by:
notify in interface DelegateListener<DelegateExecution>
Throws:
Exception


Copyright © 2017 camunda services GmbH. All rights reserved.