Package me.nurio.events.handler
Interface EventCancellable
-
public interface EventCancellableThis interface will generify the way to cancel events adding the isCancelled() and setCancelled() methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCancelled()Validate if the cancellable event was cancelled.voidsetCancelled(boolean cancelled)Set the cancellable event as cancelled or not.
-