Skip navigation links
C E G I M R S V 

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 EventPriority from 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.

I

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.

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
 

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.
C E G I M R S V 
Skip navigation links

Copyright © 2020. All rights reserved.