public class FlowableIdmEventImpl extends Object implements FlowableEvent
Modifier and Type | Field and Description |
---|---|
protected FlowableIdmEventType |
type |
Constructor and Description |
---|
FlowableIdmEventImpl(FlowableIdmEventType type)
Creates a new event implementation, not part of an execution context.
|
Modifier and Type | Method and Description |
---|---|
FlowableIdmEventType |
getType() |
void |
setType(FlowableIdmEventType type) |
String |
toString() |
protected FlowableIdmEventType type
public FlowableIdmEventImpl(FlowableIdmEventType type)
public FlowableIdmEventType getType()
getType
in interface FlowableEvent
public void setType(FlowableIdmEventType type)