Uses of Class
org.activiti.engine.impl.bpmn.helper.BaseDelegateEventListener
-
Packages that use BaseDelegateEventListener Package Description org.activiti.engine.impl.bpmn.helper -
-
Uses of BaseDelegateEventListener in org.activiti.engine.impl.bpmn.helper
Subclasses of BaseDelegateEventListener in org.activiti.engine.impl.bpmn.helper Modifier and Type Class Description classDelegateActivitiEventListenerAnActivitiEventListenerimplementation which uses a classname to create a delegateActivitiEventListenerinstance to use for event notification.classDelegateExpressionActivitiEventListenerAnActivitiEventListenerimplementation which resolves an expression to a delegateActivitiEventListenerinstance and uses this for event notification.classErrorThrowingEventListenerAnActivitiEventListenerthat throws a error event when an event is dispatched to it.classMessageThrowingEventListenerAnActivitiEventListenerthat throws a message event when an event is dispatched to it.classSignalThrowingEventListenerAnActivitiEventListenerthat throws a signal event when an event is dispatched to it.
-