Interface ActivitiEventListener
- All Known Implementing Classes:
BaseDelegateEventListener,BaseEntityEventListener,DebugInfoEntityEventListener,DelegateActivitiEventListener,DelegateExpressionActivitiEventListener,ErrorThrowingEventListener,EventLogger,MessageThrowingEventListener,SignalThrowingEventListener
public interface ActivitiEventListener
Describes a class that listens for
ActivitiEvents dispatched by the engine.-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidonEvent(ActivitiEvent event) Called when an event has been fired
-
Method Details
-
onEvent
Called when an event has been fired- Parameters:
event- the event
-
isFailOnException
boolean isFailOnException()- Returns:
- whether or not the current operation should fail when this listeners execution throws an exception.
-