class documentation
Event manager class.
| Method | __init__ |
Initialize the event manager and create all events. |
Inherited from EventManager:
| Method | __getattr__ |
Dynamically create and return an Event instance when accessing an attribute that does not exist. |
| Method | add |
Create and add a new Event. |
| Method | add |
Add a new event handler to an Event or to a list of Event instance. |
| Method | has |
Check whether an Event instance exists. |
| Method | has |
Test whether one or more events have a specific handler assigned. |
| Method | remove |
Remove all registered Event instances. |
| Method | remove |
Remove an Event instance by its name. |
| Method | remove |
Remove an event handler from an Event instance or a list of Event instances. |