| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected FlowableEventType |
FlowableEventImpl.type |
| Modifier and Type | Field and Description |
|---|---|
protected Map<FlowableEventType,List<FlowableEventListener>> |
FlowableEventSupport.typedListeners |
| Modifier and Type | Method and Description |
|---|---|
FlowableEventType |
FlowableEventImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableEventDispatcherImpl.addEventListener(FlowableEventListener listenerToAdd,
FlowableEventType... types) |
void |
FlowableEventSupport.addEventListener(FlowableEventListener listenerToAdd,
FlowableEventType... types) |
protected void |
FlowableEventSupport.addTypedEventListener(FlowableEventListener listener,
FlowableEventType type) |
| Constructor and Description |
|---|
FlowableEventImpl(FlowableEventType type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends FlowableEventType> |
AbstractFlowableEngineEventListener.getTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableIdmEventType
Enumeration containing all possible types of Flowable IDM events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricTaskLogEntryType |
Copyright © 2023 Flowable. All rights reserved.