public abstract class BaseDelegateEventListener extends AbstractFlowableEventListener
FlowableEventListener, used when creating event-listeners that are part of a BPMN definition.| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
entityClass |
onTransaction| Constructor and Description |
|---|
BaseDelegateEventListener() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getEntityClass() |
protected boolean |
isValidEvent(FlowableEvent event) |
void |
setEntityClass(Class<?> entityClass) |
getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransactionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFailOnException, onEventprotected Class<?> entityClass
public Class<?> getEntityClass()
public void setEntityClass(Class<?> entityClass)
protected boolean isValidEvent(FlowableEvent event)
Copyright © 2020 Flowable. All rights reserved.