Class ActivitiActivityCancelledEventImpl

    • Field Detail

      • cause

        protected java.lang.Object cause
    • Constructor Detail

      • ActivitiActivityCancelledEventImpl

        public ActivitiActivityCancelledEventImpl()
    • Method Detail

      • setCause

        public void setCause​(java.lang.Object cause)
      • getCause

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