| Package | Description |
|---|---|
| org.flowable.common.engine.api.delegate.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableEngineEntityEvent |
interface |
FlowableEngineEvent |
interface |
FlowableEntityEvent
An
FlowableEvent related to a single entity. |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableEventDispatcher.dispatchEvent(FlowableEvent event)
Dispatches the given event to any listeners that are registered.
|
void |
FlowableEventListener.onEvent(FlowableEvent event)
Called when an event has been fired
|
Copyright © 2019 Flowable. All rights reserved.