Class TransitionListener

  • All Implemented Interfaces:
    Serializable, org.activiti.engine.delegate.ExecutionListener

    public class TransitionListener
    extends BaseListener
    implements org.activiti.engine.delegate.ExecutionListener
    Listener invoked when a transition is taken.
    Since:
    6.8
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • TransitionListener

        public TransitionListener()
    • Method Detail

      • notify

        public void notify​(org.activiti.engine.delegate.DelegateExecution delegate)
                    throws Exception
        Specified by:
        notify in interface org.activiti.engine.delegate.ExecutionListener
        Throws:
        Exception