Interface FlowableEvent
-
- All Known Subinterfaces:
FlowableChangeTenantIdEvent,FlowableEngineEntityEvent,FlowableEngineEvent,FlowableEntityEvent
public interface FlowableEventDescribes an event that occurred in the Flowable Engine which is dispatched to external listeners, if any.- Author:
- Frederik Heremans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowableEventTypegetType()
-
-
-
Method Detail
-
getType
FlowableEventType getType()
- Returns:
- type of event.
-
-