Class FlowableDataObjectEventImpl
- java.lang.Object
-
- com.flowable.dataobject.engine.delegate.event.impl.FlowableDataObjectEventImpl
-
- All Implemented Interfaces:
FlowableDataObjectEvent
,FlowableEvent
- Direct Known Subclasses:
FlowableDataObjectInstanceCreatedEventImpl
,FlowableDataObjectInstanceDeletedEventImpl
,FlowableDataObjectInstancesBulkDeletedEventImpl
,FlowableDataObjectInstancesBulkUpdatedEventImpl
,FlowableDataObjectInstanceUpdatedEventImpl
public class FlowableDataObjectEventImpl extends Object implements FlowableDataObjectEvent
- Author:
- Christopher Welsch
-
-
Constructor Summary
Constructors Constructor Description FlowableDataObjectEventImpl(FlowableEventType type)
-
-
-
Constructor Detail
-
FlowableDataObjectEventImpl
public FlowableDataObjectEventImpl(FlowableEventType type)
-
-
Method Detail
-
getType
public FlowableEventType getType()
- Specified by:
getType
in interfaceFlowableEvent
-
-