org.camunda.bpm.engine.impl.history.handler.refactor
Class StartEventEndHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.handler.refactor.StartEventEndHandler
All Implemented Interfaces:
ExecutionListener

public class StartEventEndHandler
extends Object
implements ExecutionListener

Author:
Tom Baeyens

Field Summary
 
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
 
Constructor Summary
StartEventEndHandler()
           
 
Method Summary
 void notify(DelegateExecution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartEventEndHandler

public StartEventEndHandler()
Method Detail

notify

public void notify(DelegateExecution execution)
            throws Exception
Specified by:
notify in interface ExecutionListener
Throws:
Exception


Copyright © 2014 camunda services GmbH. All Rights Reserved.