Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEventType
-
Packages that use FlowableEventType Package Description org.flowable.common.engine.api.delegate.event -
-
Uses of FlowableEventType in org.flowable.common.engine.api.delegate.event
Classes in org.flowable.common.engine.api.delegate.event that implement FlowableEventType Modifier and Type Class Description classFlowableEngineEventTypeEnumeration containing all possible types ofFlowableEvents.Methods in org.flowable.common.engine.api.delegate.event that return FlowableEventType Modifier and Type Method Description FlowableEventTypeFlowableEvent. getType()Methods in org.flowable.common.engine.api.delegate.event that return types with arguments of type FlowableEventType Modifier and Type Method Description default Collection<? extends FlowableEventType>FlowableEventListener. getTypes()The event types that this event listener needs to be registered forMethods in org.flowable.common.engine.api.delegate.event with parameters of type FlowableEventType Modifier and Type Method Description voidFlowableEventDispatcher. addEventListener(FlowableEventListener listenerToAdd, FlowableEventType... types)Adds an event-listener which will only be notified when an event of the given types occurs.
-