| Package | Description |
|---|---|
| org.flowable.engine.impl.bpmn.helper |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateExpressionFlowableEventListener
An
FlowableEventListener implementation which resolves an expression to a delegate FlowableEventListener instance and uses this for event notification. |
class |
DelegateFlowableEventListener
An
FlowableEventListener implementation which uses a classname to create a delegate FlowableEventListener instance to use for event notification. |
class |
ErrorThrowingEventListener
An
FlowableEventListener that throws a error event when an event is dispatched to it. |
class |
MessageThrowingEventListener
An
FlowableEventListener that throws a message event when an event is dispatched to it. |
class |
SignalThrowingEventListener
An
FlowableEventListener that throws a signal event when an event is dispatched to it. |
Copyright © 2017 Flowable. All rights reserved.