Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEventListener
Packages that use FlowableEventListener
-
Uses of FlowableEventListener in org.flowable.common.engine.api.delegate.event
Classes in org.flowable.common.engine.api.delegate.event that implement FlowableEventListenerMethods in org.flowable.common.engine.api.delegate.event with parameters of type FlowableEventListenerModifier and TypeMethodDescriptionvoidFlowableEventDispatcher.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.