org.camunda.bpm.engine.impl.event
Class EventHandlerImpl

java.lang.Object
  extended by 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

Constructor Summary
EventHandlerImpl(EventType eventType)
           
 
Method Summary
 String getEventHandlerType()
           
 void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
           
 void handleIntermediateEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandlerImpl

public EventHandlerImpl(EventType eventType)
Method Detail

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.