Uses of Enum Class
eu.cloudnetservice.driver.event.InvocationOrder
Packages that use InvocationOrder
-
Uses of InvocationOrder in eu.cloudnetservice.driver.event
Subclasses with type arguments of type InvocationOrder in eu.cloudnetservice.driver.eventModifier and TypeClassDescriptionenumAn event priority during execution set by the correspondingEventListenerannotation for the listener.Methods in eu.cloudnetservice.driver.event that return InvocationOrderModifier and TypeMethodDescriptionRegisteredEventListener.order()Get the priority defined in the @EventListener annotation on the original listener method.static InvocationOrderReturns the enum constant of this class with the specified name.static InvocationOrder[]InvocationOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.