All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.activiti.engine.delegate.event.ActivitiCancelledEvent Maven / Gradle / Ivy

package org.activiti.engine.delegate.event;

/**
 * An {@link org.activiti.engine.delegate.event.ActivitiEvent} related to cancel event being sent when activiti object is cancelled.
 * 

 */
public interface ActivitiCancelledEvent extends ActivitiEvent {
  /**
   * @return the cause of the cancel event. Returns null, if no specific cause has been specified.
   */
  public Object getCause();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy