#include <OpenGUI_EventHandler.h>
Inheritance diagram for OpenGUI::EventHandler:

Public Member Functions | |
| virtual void | onEvent (Object *sender, EventArgs &args)=0 |
| Interface for receiving event notifications. | |
| virtual void | onEventDestruction () |
| Called during destruction of a bound event. | |
Interface for receiving event notifications.
Implemented in OpenGUI::EventCallback, and OpenGUI::EventDelegate.
| virtual void OpenGUI::EventHandler::onEventDestruction | ( | ) | [inline, virtual] |
Called during destruction of a bound event.
Useful for auto deleting anonymous delegates
Reimplemented in OpenGUI::EventCallback, and OpenGUI::EventDelegate.