Interface Cancellable

    • Method Detail

      • setCancelled

        void setCancelled​(boolean cancelled)
        Sets the cancelled state of the event. The last listener that changes this state will be the one that will affect the event.
        Parameters:
        cancelled - the state to set
      • isCancelled

        boolean isCancelled()
        Retrieves the cancelled state of the event. Does not have the be the final state.
        Returns:
        the state