#include <event.h>
Inheritance diagram for listener::Event:

| Public Member Functions | |
| Publisher * | get_source () const | 
| Get the Publisher source which sent the event. | |
| template<typename EVENT> | |
| bool | is_of_type () | 
| Tells if this Event is excactly of type EVENT. | |
| template<typename EVENT> | |
| bool | inherits_from () | 
| Tells if this Event inherits from EVENT. | |
| Friends | |
| class | Publisher | 
 1.3.9.1
 1.3.9.1