Public Member Functions | |
| def | __init__ |
| def | handle |
| Adds an function to the handler list. | |
| def | unhandle |
| Removes a function from the handler list. | |
| def | fire |
| Calls each function in the handler list. | |
| def | getHandlerCount |
| Returns the number of functions connected to this event. | |
Public Attributes | |
| handlers | |
| List of functions which will be called by this EventHandler. | |
A EventHandler is created for earch plugin created. Usually you do not have to use this class. Please have a look at clEvent.Events
Definition at line 32 of file clEvent.py.
| def modules::clEvent::EventHandler::fire | ( | self, | ||
| args, | ||||
| kargs | ||||
| ) |
Calls each function in the handler list.
| *args | Arguments | |
| **kargs | Keyword arguments |
Definition at line 54 of file clEvent.py.
1.5.8