Uses of Class
me.nurio.events.handler.Event
-
Packages that use Event Package Description me.nurio.events -
-
Uses of Event in me.nurio.events
Methods in me.nurio.events with type parameters of type Event Modifier and Type Method Description <E extends Event>
voidEventManager. callEvent(E event)Call all event handlers listening for the provided event.Methods in me.nurio.events that return types with arguments of type Event Modifier and Type Method Description static Class<? extends Event>EventReflection. getEventFromMethod(Method method)Obtain event class from reflected method.Methods in me.nurio.events with parameters of type Event Modifier and Type Method Description voidRegisteredEventHandler. invoke(Event event)Execute the register event.
-