Interface Cancellable

    • Method Detail

      • isCancelled

        boolean isCancelled()
        Get whether or not this event is cancelled.
        Returns:
        the cancelled state of this event
      • setCancelled

        void setCancelled​(boolean cancel)
        Sets the cancelled state of this event.
        Parameters:
        cancel - the state to set