Uses of Interface
org.camunda.bpm.engine.impl.event.EventHandler
-
Packages that use EventHandler Package Description 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 Modifier and Type Field Description protected List<EventHandler>ProcessEngineConfigurationImpl. customEventHandlersprotected Map<String,EventHandler>ProcessEngineConfigurationImpl. eventHandlersMethods in org.camunda.bpm.engine.impl.cfg that return EventHandler Modifier and Type Method Description EventHandlerProcessEngineConfigurationImpl. getEventHandler(String eventType)Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type EventHandler Modifier and Type Method Description List<EventHandler>ProcessEngineConfigurationImpl. getCustomEventHandlers()Map<String,EventHandler>ProcessEngineConfigurationImpl. getEventHandlers()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type EventHandler Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCustomEventHandlers(List<EventHandler> customEventHandlers)voidProcessEngineConfigurationImpl. 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 Modifier and Type Class Description classCompensationEventHandlerclassConditionalEventHandlerclassEventHandlerImplclassSignalEventHandler
-