Class FlowableEventImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.event.FlowableEventImpl
-
- All Implemented Interfaces:
FlowableEvent
- Direct Known Subclasses:
FlowableChangeTenantIdEventImpl,FlowableEngineEventImpl
public class FlowableEventImpl extends Object implements FlowableEvent
Base class for allFlowableEventimplementations.- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected FlowableEventTypetype
-
Constructor Summary
Constructors Constructor Description FlowableEventImpl(FlowableEventType type)
-
-
-
Field Detail
-
type
protected FlowableEventType type
-
-
Constructor Detail
-
FlowableEventImpl
public FlowableEventImpl(FlowableEventType type)
-
-
Method Detail
-
getType
public FlowableEventType getType()
- Specified by:
getTypein interfaceFlowableEvent
-
-