| Interface | Description |
|---|---|
| FlowableEngineEntityEvent | |
| FlowableEngineEvent | |
| FlowableEntityEvent |
An
FlowableEvent related to a single entity. |
| FlowableEvent |
Describes an event that occurred in the Flowable Engine which is dispatched to external listeners, if any.
|
| FlowableEventDispatcher |
Dispatcher which allows for adding and removing
FlowableEventListener s to the Flowable Engine as well as dispatching FlowableEvent to all the listeners registered. |
| FlowableEventListener |
Describes a class that listens for
FlowableEvents dispatched by the engine. |
| FlowableEventType |
Enumeration containing all possible types of
FlowableEvents. |
| FlowableExceptionEvent |
Indicates the
FlowableEvent also contains information about a Throwable that occurred, triggering the event. |
| Class | Description |
|---|---|
| AbstractFlowableEventListener |
| Enum | Description |
|---|---|
| FlowableEngineEventType |
Enumeration containing all possible types of
FlowableEvents. |
Copyright © 2021 Flowable. All rights reserved.