| Package | Description |
|---|---|
| org.flowable.common.engine.api.delegate.event |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableEngineEventType
Enumeration containing all possible types of
FlowableEvents. |
| Modifier and Type | Method and Description |
|---|---|
FlowableEventType |
FlowableEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableEventDispatcher.addEventListener(FlowableEventListener listenerToAdd,
FlowableEventType... types)
Adds an event-listener which will only be notified when an event of the given types occurs.
|
Copyright © 2019 Flowable. All rights reserved.