Interface FlowableEvent
- All Known Subinterfaces:
FlowableChangeTenantIdEvent,FlowableEngineEntityEvent,FlowableEngineEvent,FlowableEntityEvent
public interface FlowableEvent
Describes an event that occurred in the Flowable Engine which is dispatched to external listeners, if any.
- Author:
- Frederik Heremans
-
Method Summary
-
Method Details
-
getType
FlowableEventType getType()- Returns:
- type of event.
-