public class DelegateActivitiEventListener extends BaseDelegateEventListener
FlowableEventListener implementation which uses a classname to create a delegate FlowableEventListener instance to use for event notification. FlowableEntityEvent's that target an entity of the given type, are dispatched to the delegate.| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected org.flowable.common.engine.api.delegate.event.FlowableEventListener |
delegateInstance |
protected boolean |
failOnException |
entityClass| Constructor and Description |
|---|
DelegateActivitiEventListener(String className,
Class<?> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.common.engine.api.delegate.event.FlowableEventListener |
getDelegateInstance() |
boolean |
isFailOnException() |
void |
onEvent(org.flowable.common.engine.api.delegate.event.FlowableEvent event) |
isValidEvent, setEntityClassprotected String className
protected org.flowable.common.engine.api.delegate.event.FlowableEventListener delegateInstance
protected boolean failOnException
Copyright © 2018 Flowable. All rights reserved.