ListenerPriority Enum
Introduction
The ListenerPriority
enum represents the different priorities at which event listeners can be registered.
Enum Values
RUN_FIRST
- The listener should be executed before normal priority listeners.NORMAL
- The listener should be executed with normal priority.RUN_LAST
- The listener should be executed after normal priority listeners.