Class FlowableIdmEventImpl
- java.lang.Object
-
- com.flowable.idm.engine.delegate.event.impl.FlowableIdmEventImpl
-
- All Implemented Interfaces:
FlowableEvent
- Direct Known Subclasses:
FlowableIdmEntityEventImpl
,FlowableIdmMembershipEventImpl
public class FlowableIdmEventImpl extends Object implements FlowableEvent
Base class for all FlowableIdmEvent implementations.- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected FlowableIdmEventType
type
-
Constructor Summary
Constructors Constructor Description FlowableIdmEventImpl(FlowableIdmEventType type)
Creates a new event implementation, not part of an execution context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowableIdmEventType
getType()
void
setType(FlowableIdmEventType type)
String
toString()
-
-
-
Field Detail
-
type
protected FlowableIdmEventType type
-
-
Constructor Detail
-
FlowableIdmEventImpl
public FlowableIdmEventImpl(FlowableIdmEventType type)
Creates a new event implementation, not part of an execution context.
-
-
Method Detail
-
getType
public FlowableIdmEventType getType()
- Specified by:
getType
in interfaceFlowableEvent
-
setType
public void setType(FlowableIdmEventType type)
-
-