Uses of Interface
org.camunda.bpm.engine.impl.event.EventHandler

Packages that use EventHandler
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.event   
 

Uses of EventHandler in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type EventHandler
protected  List<EventHandler> ProcessEngineConfigurationImpl.customEventHandlers
           
protected  Map<String,EventHandler> ProcessEngineConfigurationImpl.eventHandlers
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return EventHandler
 EventHandler ProcessEngineConfigurationImpl.getEventHandler(String eventType)
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type EventHandler
 List<EventHandler> ProcessEngineConfigurationImpl.getCustomEventHandlers()
           
 Map<String,EventHandler> ProcessEngineConfigurationImpl.getEventHandlers()
           
 

Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type EventHandler
 void ProcessEngineConfigurationImpl.setCustomEventHandlers(List<EventHandler> customEventHandlers)
           
 void ProcessEngineConfigurationImpl.setEventHandlers(Map<String,EventHandler> eventHandlers)
           
 

Uses of EventHandler in org.camunda.bpm.engine.impl.event
 

Classes in org.camunda.bpm.engine.impl.event that implement EventHandler
 class AbstractEventHandler
           
 class CompensationEventHandler
           
 class MessageEventHandler
           
 class SignalEventHandler
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.