Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEventListener
-
Packages that use FlowableEventListener Package Description org.flowable.common.engine.api.delegate.event -
-
Uses of FlowableEventListener in org.flowable.common.engine.api.delegate.event
Classes in org.flowable.common.engine.api.delegate.event that implement FlowableEventListener Modifier and Type Class Description classAbstractFlowableEventListenerMethods in org.flowable.common.engine.api.delegate.event with parameters of type FlowableEventListener Modifier and Type Method Description voidFlowableEventDispatcher. addEventListener(FlowableEventListener listenerToAdd)Adds an event-listener which will be notified of ALL events by the dispatcher.voidFlowableEventDispatcher. addEventListener(FlowableEventListener listenerToAdd, FlowableEventType... types)Adds an event-listener which will only be notified when an event of the given types occurs.voidFlowableEventDispatcher. removeEventListener(FlowableEventListener listenerToRemove)Removes the given listener from this dispatcher.
-