Class FlowableEntityEventImpl

java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
org.flowable.common.engine.impl.event.FlowableEngineEventImpl
org.flowable.engine.delegate.event.impl.FlowableProcessEventImpl
org.flowable.engine.delegate.event.impl.FlowableEntityEventImpl
All Implemented Interfaces:
FlowableEngineEntityEvent, FlowableEngineEvent, FlowableEntityEvent, FlowableEvent, FlowableProcessEngineEvent
Direct Known Subclasses:
FlowableEntityWithVariablesEventImpl, FlowableJobRescheduledEventImpl, FlowableProcessTerminatedEventImpl

public class FlowableEntityEventImpl extends FlowableProcessEventImpl implements FlowableEngineEntityEvent
Base class for all FlowableEvent implementations, related to entities.
Author:
Frederik Heremans