Package me.nurio.events.handler
-
Interface Summary Interface Description EventCancellable This interface will generify the way to cancel events adding the isCancelled() and setCancelled() methods.EventListener This interface will mark a class as an event listener class. -
Class Summary Class Description Event Represents an event. -
Enum Summary Enum Description EventPriority Event execution order from MONITOR(First) to LOWEST(last). -
Annotation Types Summary Annotation Type Description EventHandler This annotation will mark methods as Event Handler Listeners.