Interface Cancellable

All Known Implementing Classes:
CancellableEvent, CommandEvent, ConsoleInputEvent, GalaxiStopEvent

public interface Cancellable
Cancellable SubEvent Layout Class
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets if the Event has been Cancelled
    void
    setCancelled(boolean value)
    Sets if the Event is Cancelled
  • Method Details

    • isCancelled

      boolean isCancelled()
      Gets if the Event has been Cancelled
      Returns:
      Cancelled Status
    • setCancelled

      void setCancelled(boolean value)
      Sets if the Event is Cancelled
      Parameters:
      value -