| Class | Description |
|---|---|
| BaseDelegateEventListener |
Base implementation of a
FlowableEventListener, used when creating event-listeners that are part of a BPMN definition. |
| ClassDelegate |
Helper class for bpmn constructs that allow class delegation.
|
| ClassDelegateUtil | |
| DelegateActivitiEventListener |
An
FlowableEventListener implementation which uses a classname to create a delegate FlowableEventListener instance to use for event notification. |
| DelegateExpressionActivitiEventListener |
An
FlowableEventListener implementation which resolves an expression to a delegate FlowableEventListener instance and uses this for event notification. |
| DelegateExpressionUtil | |
| ErrorPropagation |
This class is responsible for finding and executing error handlers for BPMN Errors.
|
| ErrorThrowingEventListener |
An
FlowableEventListener that throws a error event when an event is dispatched to it. |
| MessageThrowingEventListener |
An
FlowableEventListener that throws a message event when an event is dispatched to it. |
| ScopeUtil | |
| SignalThrowingEventListener |
An
FlowableEventListener that throws a signal event when an event is dispatched to it. |
| SkipExpressionUtil |
Copyright © 2018 Flowable. All rights reserved.