The message handler of interest.
The message hook to install.
A message hook is invoked before a message is delivered to the
handler. If the hook returns false
, no other hooks will be
invoked and the message will not be delivered to the handler.
The most recently installed message hook is executed first.
If the hook is already installed, this is a no-op.
Generated using TypeDoc
Install a message hook for a message handler.