Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

MessageNotifier Class Reference

Post-dispatching message hook. More...

#include <yatengine.h>

Inheritance diagram for MessageNotifier:

MessagePostHook List of all members.

Public Member Functions

virtual ~MessageNotifier ()
virtual void dispatched (const Message &msg, bool handled)=0

Detailed Description

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.


Constructor & Destructor Documentation

virtual ~MessageNotifier  )  [virtual]
 

Destructor. Keeps compiler form complaining.


Member Function Documentation

virtual void dispatched const Message msg,
bool  handled
[pure virtual]
 

This method is called after a message was dispatched.

Parameters:
msg The already dispatched message message
handled True if a handler claimed to have handled the message


The documentation for this class was generated from the following file:
Generated on Fri Jul 7 03:11:38 2006 for Yate by  doxygen 1.4.4