org.activiti.engine.delegate
Interface ExecutionListener


public interface ExecutionListener

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
Throws:
Exception


Copyright © 2012 Alfresco. All Rights Reserved.