Package net.risesoft.listener
Class AlgorithmListener
- java.lang.Object
-
- net.risesoft.listener.AlgorithmListener
-
- All Implemented Interfaces:
Serializable,org.flowable.engine.delegate.BaseExecutionListener,org.flowable.engine.delegate.ExecutionListener
public class AlgorithmListener extends Object implements org.flowable.engine.delegate.ExecutionListener
提取- Author:
- qinman
- See Also:
- Serialized Form
- Date:
- 2024/03/19
-
-
Constructor Summary
Constructors Constructor Description AlgorithmListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(org.flowable.engine.delegate.DelegateExecution execution)
-
-
-
Method Detail
-
notify
@Transactional(rollbackFor=java.lang.Exception.class) public void notify(org.flowable.engine.delegate.DelegateExecution execution)
- Specified by:
notifyin interfaceorg.flowable.engine.delegate.ExecutionListener
-
-