| Package | Description |
|---|---|
| org.flowable.common.engine.api.delegate.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlowableEventListener |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableEventDispatcher.addEventListener(FlowableEventListener listenerToAdd)
Adds an event-listener which will be notified of ALL events by the dispatcher.
|
void |
FlowableEventDispatcher.addEventListener(FlowableEventListener listenerToAdd,
FlowableEventType... types)
Adds an event-listener which will only be notified when an event of the given types occurs.
|
void |
FlowableEventDispatcher.removeEventListener(FlowableEventListener listenerToRemove)
Removes the given listener from this dispatcher.
|
Copyright © 2020 Flowable. All rights reserved.