Uses of Class
top.focess.qq.api.event.EventPriority
-
Packages that use EventPriority Package Description top.focess.qq.api.event -
-
Uses of EventPriority in top.focess.qq.api.event
Methods in top.focess.qq.api.event that return EventPriority Modifier and Type Method Description EventPrioritypriority()Set the priority of this event listener methodstatic 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.
-