| Yate
    | 
Post-dispatching message hook. More...
#include <yatengine.h>
 
  
 | Public Member Functions | |
| virtual | ~MessageNotifier () | 
| virtual void | dispatched (const Message &msg, bool handled)=0 | 
Post-dispatching message hook.
An abstract class to implement hook methods called after any message has been dispatched. If an object implementing MessageNotifier is set as user data in a Message then the dispatched() method will be called.
| 
 | virtual | 
Destructor. Keeps compiler form complaining.
| 
 | pure virtual | 
This method is called after a message was dispatched.
| msg | The already dispatched message message | 
| handled | True if a handler claimed to have handled the message | 
Implemented in Channel.
 1.8.8
 1.8.8