Package org.activiti.engine.delegate.event
-
Interface Summary Interface Description ActivitiActivityCancelledEvent AnActivitiEventrelated to cancel event being sent to an activity.ActivitiActivityEvent AnActivitiEventrelated to an activity within an execution;ActivitiCancelledEvent AnActivitiEventrelated to cancel event being sent when activiti object is cancelled.ActivitiEntityEvent AnActivitiEventrelated to a single entity.ActivitiEntityWithVariablesEvent AnActivitiEntityEventrelated to a single entity.ActivitiErrorEvent AnActivitiEventrelated to an error being sent to an activity.ActivitiEvent Describes an event that occurred in the Activiti Engine which is dispatched to external listeners, if any.ActivitiEventDispatcher Dispatcher which allows for adding and removingActivitiEventListeners to the Activiti Engine as well as dispatchingActivitiEventto all the listeners registered.ActivitiEventListener Describes a class that listens forActivitiEvents dispatched by the engine.ActivitiExceptionEvent Indicates theActivitiEventalso contains information about aThrowablethat occurred, triggering the event.ActivitiMembershipEvent An event related to group memberships.ActivitiMessageEvent AnActivitiEventrelated to an message being sent to an activity.ActivitiProcessCancelledEvent ActivitiProcessStartedEvent AnActivitiEventrelated to start event being sent when activiti process instance is started.ActivitiSequenceFlowTakenEvent AnActivitiEventthat indicates a certain sequence flow has been taken.ActivitiSignalEvent AnActivitiEventrelated to a signal being sent to an activity.ActivitiVariableEvent AnActivitiEventrelated to a single variable.ActivitiVariableUpdatedEvent AnActivitiVariableEventfor an update variable event. -
Class Summary Class Description BaseEntityEventListener Base event listener that can be used when implementing anActivitiEventListenerto get notified when an entity is created, updated, deleted or if another entity-related event occurs. -
Enum Summary Enum Description ActivitiEventType Enumeration containing all possible types ofActivitiEvents.