|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
CompensationEventHandler
|
class |
ConditionalEventHandler
|
class |
EventHandlerImpl
|
class |
SignalEventHandler
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||