| 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 |
|---|---|
default Collection<? extends FlowableEventType> |
FlowableEventListener.getTypes()
The event types that this event listener needs to be registered for
|
| 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 © 2021 Flowable. All rights reserved.