org.camunda.bpm.engine.delegate
Interface DelegateListener<T extends BaseDelegateExecution>

All Known Subinterfaces:
CaseExecutionListener, ExecutionListener
All Known Implementing Classes:
ActivityInstanceEndListener, ActivityInstanceStartListener, ClassDelegate, DelegateExpressionExecutionListener, ExpressionExecutionListener, HistoryExecutionListener, ProcessApplicationEventListenerDelegate, ProcessInstanceEndListener, ProcessInstanceStartListener, ScriptExecutionListener, ServiceTaskJavaDelegateActivityBehavior, StartEventEndHandler

public interface DelegateListener<T extends BaseDelegateExecution>

Author:
Daniel Meyer, Roman Smirnov, Sebastian Menski

Method Summary
 void notify(T instance)
           
 

Method Detail

notify

void notify(T instance)
            throws Exception
Throws:
Exception


Copyright © 2014 camunda services GmbH. All Rights Reserved.