Uses of Interface
org.camunda.bpm.engine.impl.event.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type EventHandlerModifier and TypeFieldDescriptionprotected List<EventHandler>
ProcessEngineConfigurationImpl.customEventHandlers
protected Map<String,
EventHandler> ProcessEngineConfigurationImpl.eventHandlers
Methods in org.camunda.bpm.engine.impl.cfg that return EventHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getEventHandler
(String eventType) Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type EventHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomEventHandlers()
ProcessEngineConfigurationImpl.getEventHandlers()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type EventHandlerModifier and TypeMethodDescriptionvoid
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 EventHandlerModifier and TypeClassDescriptionclass
class
class
class