#include <OpenGUI_EventHandler.h>
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 | |
| void OpenGUI::EventHandlerList::add | ( | EventHandler * | handler | ) |
add a new EventHandler to the list
executes all held EventHandlers with the given parameters
| void OpenGUI::EventHandlerList::remove | ( | EventHandler * | handler | ) |
remove an EventHandler from the list