messageHandlerPriority property
getter/setter pair
The priority of the message handler. If a handler should run before this one, which emits the MessageEvent event and terminates processing, make sure it has a priority greater than messageHandlerPriority.
Implementation
static int messageHandlerPriority = -100;