#include <EventHandler.h++>

Public Member Functions | |
| virtual | ~EventHandler () |
| Destructor. | |
| void | operator() (E event) |
| Function-call operator. | |
Protected Member Functions | |
| virtual void | invoke (E event)=0 |
| Invoke the handler with an event. | |
See EventHandlerDelegate for an implementation that delegates to a method in an object.
| virtual ~EventHandler | ( | ) | [inline, virtual] |
Destructor.
| virtual void invoke | ( | E | event | ) | [protected, pure virtual] |
Invoke the handler with an event.
| event | The event. |
Implemented in EventHandlerDelegate< T, E >.
| void operator() | ( | E | event | ) | [inline] |
1.5.9