Interface Cancellable

All Known Implementing Classes:
CommandEvent, ConsoleInputEvent, GalaxiStopEvent

public interface Cancellable
Cancellable SubEvent Layout Class
  • Method Summary

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

    • isCancelled

      default boolean isCancelled()
      Determine if the Event has been Cancelled
      Returns:
      Cancel Status
    • setCancelled

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