Interface FlowableEntityEvent
-
- All Superinterfaces:
FlowableEvent
- All Known Subinterfaces:
FlowableEngineEntityEvent
public interface FlowableEntityEvent extends FlowableEvent
AnFlowableEventrelated to a single entity.- Author:
- Frederik Heremans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetEntity()-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getEntity
Object getEntity()
- Returns:
- the entity that is targeted by this event.
-
-