Interface ActivitiCancelledEvent
- All Superinterfaces:
ActivitiEvent
- All Known Subinterfaces:
ActivitiActivityCancelledEvent,ActivitiProcessCancelledEvent
- All Known Implementing Classes:
ActivitiActivityCancelledEventImpl,ActivitiProcessCancelledEventImpl
An
ActivitiEvent related to cancel event being sent when activiti object is cancelled.-
Method Summary
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Method Details
-
getCause
Object getCause()- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-