Interface Cancellable

    • Method Detail

      • isCancelled

        boolean isCancelled()
        Whether this event is canceled.
        Returns:
        True if canceled. False if not.
      • setCancelled

        void setCancelled​(boolean cancelled)
        Allows you to cancel or un-cancel this event
        Parameters:
        cancelled - True to cancel the event, false to un-cancel