OpenGUI::EventHandlerList Class Reference

#include <OpenGUI_EventHandler.h>

List of all members.


Detailed Description

Provides event handler multi cast service.


Public Member Functions

void add (EventHandler *handler)
 add a new EventHandler to the list
void remove (EventHandler *handler)
 remove an EventHandler from the list
void invoke (Object *sender, EventArgs &args)
 executes all held EventHandlers with the given parameters


Member Function Documentation

void OpenGUI::EventHandlerList::add ( EventHandler handler  ) 

add a new EventHandler to the list

void OpenGUI::EventHandlerList::invoke ( Object sender,
EventArgs args 
)

executes all held EventHandlers with the given parameters

void OpenGUI::EventHandlerList::remove ( EventHandler handler  ) 

remove an EventHandler from the list


The documentation for this class was generated from the following files:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Fri Jan 5 23:05:25 2007