Package me.nurio.events.handler
Class Event
- java.lang.Object
-
- me.nurio.events.handler.Event
-
public abstract class Event extends Object
Represents an event.- See Also:
EventManager,EventCancellable
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCancellable()Assert if the event can be cancelled.booleanisCancelled()Check if the event is cancellable and it was cancelled.
-