org.camunda.bpm.engine.impl.pvm.delegate
Interface ExecutionListener


Deprecated. use org.camunda.bpm.engine.test.delegate.ExecutionListener instead.

@Deprecated
public interface ExecutionListener

Author:
Tom Baeyens, Joram Barrez

Field Summary
static String EVENTNAME_END
          Deprecated.  
static String EVENTNAME_START
          Deprecated.  
static String EVENTNAME_TAKE
          Deprecated.  
 
Method Summary
 void notify(ExecutionListenerExecution execution)
          Deprecated.  
 

Field Detail

EVENTNAME_START

static final String EVENTNAME_START
Deprecated. 
See Also:
Constant Field Values

EVENTNAME_END

static final String EVENTNAME_END
Deprecated. 
See Also:
Constant Field Values

EVENTNAME_TAKE

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

notify

void notify(ExecutionListenerExecution execution)
            throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2014 camunda services GmbH. All Rights Reserved.