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. customEventHandlers
protected Map<String,EventHandler>
ProcessEngineConfigurationImpl. eventHandlers
Methods in org.camunda.bpm.engine.impl.cfg that return EventHandler Modifier and Type Method Description EventHandler
ProcessEngineConfigurationImpl. 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 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 Modifier and Type Class Description class
CompensationEventHandler
class
ConditionalEventHandler
class
EventHandlerImpl
class
SignalEventHandler
-