Class FlowableActivityCancelledEventImpl

java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
org.flowable.common.engine.impl.event.FlowableEngineEventImpl
All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.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.