C E G H I L M N P R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- callEvent(E) - Method in class me.nurio.events.EventManager
-
Call all event handlers listening for the provided event.
E
- Event - Class in me.nurio.events.handler
-
Represents an event.
- Event() - Constructor for class me.nurio.events.handler.Event
- EventCancellable - Interface in me.nurio.events.handler
-
This interface will generify the way to cancel events adding the isCancelled() and setCancelled() methods.
- EventHandler - Annotation Type in me.nurio.events.handler
-
This annotation will mark methods as Event Handler Listeners.
- EventHandlerNotFoundException - Exception in me.nurio.events.exceptions
-
This exception will be throw when something went wrong with an event handler.
- EventHandlerNotFoundException(String) - Constructor for exception me.nurio.events.exceptions.EventHandlerNotFoundException
- EventHandlerNotFoundException(String, Throwable) - Constructor for exception me.nurio.events.exceptions.EventHandlerNotFoundException
- EventListener - Interface in me.nurio.events.handler
-
This interface will mark a class as an event listener class.
- EventManager - Class in me.nurio.events
-
This class manages the final developer event control.
- EventManager() - Constructor for class me.nurio.events.EventManager
- EventPriority - Enum in me.nurio.events.handler
-
Event execution order from MONITOR(First) to LOWEST(last).
- EventReflection - Class in me.nurio.events
-
This class manages internally event's reflection operations.
- EventReflection() - Constructor for class me.nurio.events.EventReflection
G
- getEventFromMethod(Method) - Static method in class me.nurio.events.EventReflection
-
Obtain event class from reflected method.
- getEventPriorityFromMethod(Method) - Static method in class me.nurio.events.EventReflection
-
Obtain
EventPriorityfrom reflection method. - getHandledMethodsFrom(Class<?>) - Static method in class me.nurio.events.EventReflection
-
This method will obtain all methods with the EventHandler annotation.
- getIgnoreCancelledFromMethod(Method) - Static method in class me.nurio.events.EventReflection
-
Obtain 'ignoreCancelled' value from reflection method.
H
- HIGH - me.nurio.events.handler.EventPriority
- HIGHEST - me.nurio.events.handler.EventPriority
I
- ignoreCancelled() - Method in annotation type me.nurio.events.handler.EventHandler
-
Ignore the cancellation of the event an run them inclusive when it has been cancelled previously by another event handler.
- invoke(Event) - Method in class me.nurio.events.RegisteredEventListener
-
Execute the register event.
- isCancellable() - Method in class me.nurio.events.handler.Event
-
Assert if the event can be cancelled.
- isCancelled() - Method in class me.nurio.events.handler.Event
-
Check if the event is cancellable and it was cancelled.
- isCancelled() - Method in interface me.nurio.events.handler.EventCancellable
-
Validate if the cancellable event was cancelled.
- isHandledMethod(Method) - Static method in class me.nurio.events.EventReflection
-
Check if specified method its an Event handler.
L
- LOW - me.nurio.events.handler.EventPriority
- LOWEST - me.nurio.events.handler.EventPriority
M
- me.nurio.events - package me.nurio.events
- me.nurio.events.exceptions - package me.nurio.events.exceptions
- me.nurio.events.handler - package me.nurio.events.handler
- MONITOR - me.nurio.events.handler.EventPriority
N
- NORMAL - me.nurio.events.handler.EventPriority
P
- priority() - Method in annotation type me.nurio.events.handler.EventHandler
-
Mark the event run priority ordered from LOWEST(last) to MONITOR(first).
R
- RegisteredEventListener - Class in me.nurio.events
-
This class will map Registered Event Listener for using it as an object.
- RegisteredEventListener(EventManager, EventListener, Method) - Constructor for class me.nurio.events.RegisteredEventListener
- registerEvents(L) - Method in class me.nurio.events.EventManager
-
Register event listener at the EventManager to fire its event when some handled event went called.
S
- setCancelled(boolean) - Method in interface me.nurio.events.handler.EventCancellable
-
Set the cancellable event as cancelled or not.
V
- valueOf(String) - Static method in enum me.nurio.events.handler.EventPriority
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum me.nurio.events.handler.EventPriority
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages