Interface FlowableProcessTerminatedEvent
-
- All Superinterfaces:
FlowableEntityEvent,FlowableEvent
- All Known Implementing Classes:
FlowableProcessTerminatedEventImpl
public interface FlowableProcessTerminatedEvent extends FlowableEntityEvent
Event extends defaultFlowableEntityEventwith the cause of termination- Author:
- martin.grofcik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetCause()-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
getEntity
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getCause
Object getCause()
- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-
-