Uses of Class
me.nurio.events.handler.EventPriority
-
Packages that use EventPriority Package Description me.nurio.events me.nurio.events.handler -
-
Uses of EventPriority in me.nurio.events
Methods in me.nurio.events that return EventPriority Modifier and Type Method Description static EventPriorityEventReflection. getEventPriorityFromMethod(Method method)ObtainEventPriorityfrom reflection method. -
Uses of EventPriority in me.nurio.events.handler
Methods in me.nurio.events.handler that return EventPriority Modifier and Type Method Description EventPrioritypriority()Mark the event run priority ordered from LOWEST(last) to MONITOR(first).static EventPriorityEventPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static EventPriority[]EventPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.
-