Interface Cancellable


  • public interface Cancellable
    • Method Detail

      • isCancelled

        boolean isCancelled()
        Is the event cancelled?
        Returns:
        Returns true if the event is cancelled
      • setCancelled

        void setCancelled​(boolean cancel)
        Set the event as cancelled
        Parameters:
        cancel - True to cancel