Class FlowableActivityCancelledEventImpl

All Implemented Interfaces:
FlowableEngineEvent, FlowableEvent, FlowableActivityCancelledEvent, FlowableActivityEvent, FlowableCancelledEvent, FlowableProcessEngineEvent

public class FlowableActivityCancelledEventImpl extends FlowableActivityEventImpl implements FlowableActivityCancelledEvent
Author:
martin.grofcik
  • Field Details

    • cause

      protected Object cause
  • Constructor Details

    • FlowableActivityCancelledEventImpl

      public FlowableActivityCancelledEventImpl()
  • Method Details

    • setCause

      public void setCause(Object cause)
    • getCause

      public Object getCause()
      Specified by:
      getCause in interface FlowableCancelledEvent
      Returns:
      the cause of the cancel event. Returns null, if no specific cause has been specified.