Class AbstractActionTaskListener

java.lang.Object
com.collibra.dgc.workflow.api.listener.AbstractActionTaskListener
All Implemented Interfaces:
Serializable, org.flowable.engine.delegate.TaskListener, org.flowable.task.service.delegate.BaseTaskListener, org.flowable.task.service.delegate.TaskListener
Direct Known Subclasses:
TaskActionNotificationListener

public abstract class AbstractActionTaskListener extends Object implements org.flowable.engine.delegate.TaskListener
See Also:
  • Field Summary

    Fields inherited from interface org.flowable.task.service.delegate.BaseTaskListener

    EVENTNAME_ALL_EVENTS, EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flowable.task.service.delegate.TaskListener

    notify
  • Constructor Details

    • AbstractActionTaskListener

      public AbstractActionTaskListener()