Package net.ME1312.Galaxi.Event
Interface Cancellable
- All Known Implementing Classes:
CancellableEvent
,CommandEvent
,ConsoleInputEvent
,GalaxiStopEvent
public interface Cancellable
Cancellable SubEvent Layout Class
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets if the Event has been Cancelledvoid
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
-
-