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 java.util.List<EventHandler>ProcessEngineConfigurationImpl. customEventHandlersprotected java.util.Map<java.lang.String,EventHandler>ProcessEngineConfigurationImpl. eventHandlersMethods in org.camunda.bpm.engine.impl.cfg that return EventHandler Modifier and Type Method Description EventHandlerProcessEngineConfigurationImpl. getEventHandler(java.lang.String eventType)Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type EventHandler Modifier and Type Method Description java.util.List<EventHandler>ProcessEngineConfigurationImpl. getCustomEventHandlers()java.util.Map<java.lang.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(java.util.List<EventHandler> customEventHandlers)voidProcessEngineConfigurationImpl. setEventHandlers(java.util.Map<java.lang.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
-