Class WorkflowEndListener

java.lang.Object
com.logicaldoc.workflow.action.BaseListener
com.logicaldoc.workflow.action.WorkflowEndListener
All Implemented Interfaces:
Serializable, org.activiti.engine.delegate.ExecutionListener

public class WorkflowEndListener extends BaseListener implements org.activiti.engine.delegate.ExecutionListener
See Also:
  • Constructor Details

    • WorkflowEndListener

      public WorkflowEndListener()
  • Method Details

    • notify

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