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