Package org.flowable.common.engine.api.delegate.event
package org.flowable.common.engine.api.delegate.event
-
ClassDescriptionEnumeration containing all possible types of
FlowableEvent
s.AnFlowableEvent
related to a single entity.Describes an event that occurred in the Flowable Engine which is dispatched to external listeners, if any.Dispatcher which allows for adding and removingFlowableEventListener
s to the Flowable Engine as well as dispatchingFlowableEvent
to all the listeners registered.Describes a class that listens forFlowableEvent
s dispatched by the engine.Enumeration containing all possible types ofFlowableEvent
s.Indicates theFlowableEvent
also contains information about aThrowable
that occurred, triggering the event.