Package io.jmix.bpm.engine.eventlistener
Class ActivityStartedEventListener
java.lang.Object
io.jmix.bpm.engine.eventlistener.ActivityStartedEventListener
- All Implemented Interfaces:
- org.flowable.common.engine.api.delegate.event.FlowableEventListener
@Component("bpm_ActivityStartedEventListener")
public class ActivityStartedEventListener
extends Object
implements org.flowable.common.engine.api.delegate.event.FlowableEventListener
An event listener that publishes a Spring application event when an activity is started.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanvoidonEvent(org.flowable.common.engine.api.delegate.event.FlowableEvent event) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEventListenergetTypes
- 
Constructor Details- 
ActivityStartedEventListenerpublic ActivityStartedEventListener()
 
- 
- 
Method Details- 
onEventpublic void onEvent(org.flowable.common.engine.api.delegate.event.FlowableEvent event) - Specified by:
- onEventin interface- org.flowable.common.engine.api.delegate.event.FlowableEventListener
 
- 
isFailOnExceptionpublic boolean isFailOnException()- Specified by:
- isFailOnExceptionin interface- org.flowable.common.engine.api.delegate.event.FlowableEventListener
 
- 
isFireOnTransactionLifecycleEventpublic boolean isFireOnTransactionLifecycleEvent()- Specified by:
- isFireOnTransactionLifecycleEventin interface- org.flowable.common.engine.api.delegate.event.FlowableEventListener
 
- 
getOnTransaction- Specified by:
- getOnTransactionin interface- org.flowable.common.engine.api.delegate.event.FlowableEventListener
 
 
-