Interface Cancellable

    • Method Detail

      • isCancelled

        boolean isCancelled()
        Gets if the Event has been cancelled.
        Returns:
        Is this event cancelled
      • setCancelled

        void setCancelled​(boolean cancel)
        Sets the cancelled state of the Event.
        Parameters:
        cancel - The new cancelled state