org.camunda.bpm.engine.impl.event
Class AbstractEventHandler
java.lang.Object
org.camunda.bpm.engine.impl.event.AbstractEventHandler
- All Implemented Interfaces:
- EventHandler
- Direct Known Subclasses:
- MessageEventHandler, SignalEventHandler
public abstract class AbstractEventHandler
- extends Object
- implements EventHandler
- Author:
- Daniel Meyer, Falko Menge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEventHandler
public AbstractEventHandler()
handleEvent
public void handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext)
- Specified by:
handleEvent in interface EventHandler
Copyright © 2015 camunda services GmbH. All rights reserved.