Class FlowableIdmEventImpl
java.lang.Object
com.flowable.idm.engine.delegate.event.impl.FlowableIdmEventImpl
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEvent
- Direct Known Subclasses:
FlowableIdmEntityEventImpl
,FlowableIdmMembershipEventImpl
public class FlowableIdmEventImpl
extends Object
implements org.flowable.common.engine.api.delegate.event.FlowableEvent
Base class for all FlowableIdmEvent implementations.
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlowableIdmEventImpl
(org.flowable.idm.api.event.FlowableIdmEventType type) Creates a new event implementation, not part of an execution context. -
Method Summary
-
Field Details
-
type
protected org.flowable.idm.api.event.FlowableIdmEventType type
-
-
Constructor Details
-
FlowableIdmEventImpl
public FlowableIdmEventImpl(org.flowable.idm.api.event.FlowableIdmEventType type) Creates a new event implementation, not part of an execution context.
-
-
Method Details