#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 | |
|
|
add a new EventHandler to the list
|
|
||||||||||||
|
executes all held EventHandlers with the given parameters
|
|
|
remove an EventHandler from the list
|