public class FlowableEventRegistryEvent extends Object implements EventRegistryEvent
| Modifier and Type | Field and Description |
|---|---|
protected EventInstance |
eventInstance |
protected String |
type |
| Constructor and Description |
|---|
FlowableEventRegistryEvent(EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
EventInstance |
getEventInstance() |
EventInstance |
getEventObject() |
String |
getType() |
void |
setEventInstance(EventInstance eventInstance) |
void |
setType(String type) |
protected String type
protected EventInstance eventInstance
public FlowableEventRegistryEvent(EventInstance eventInstance)
public EventInstance getEventInstance()
public void setEventInstance(EventInstance eventInstance)
public String getType()
getType in interface EventRegistryEventpublic void setType(String type)
public EventInstance getEventObject()
getEventObject in interface EventRegistryEventCopyright © 2021 Flowable. All rights reserved.