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

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

There is a newer version: 7.1.0.M6
Show newest version
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.
 * 
 * @author martin.grofcik
 */
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 - 2025 Weber Informatics LLC | Privacy Policy