Interface CancellableEventArgs

    • Method Detail

      • isCancelled

        boolean isCancelled()
        Queries if the action was already cancelled by some event listener.
      • cancel

        void cancel()
        Cancels the action related to this event. Although the related action will be cancelled all the registered listeners will still receive the event.