OpenGUI::EventHandler Class Reference

#include <OpenGUI_EventHandler.h>

Inheritance diagram for OpenGUI::EventHandler:

OpenGUI::EventCallback OpenGUI::EventDelegate List of all members.

Detailed Description

Base class for custom event handler implementations.


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.


Member Function Documentation

virtual void OpenGUI::EventHandler::onEvent Object sender,
EventArgs args
[pure virtual]
 

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.


The documentation for this class was generated from the following file:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Sun Sep 9 02:00:21 2007