FIXME: this section is not yet written
A simple event that can be passed to the registered event handler.
Init the event.
kaa.Event
| post() | Post event into the queue. |
|---|
Post event into the queue.
Event handling callback.
kaa.Callable
└─ kaa.nf_wrapper.NotifierCallback
└─ kaa.EventHandler
| register() | Register to a list of events. If no event is given, all events will be used. |
|---|---|
| unregister() | Unregister callback. |
| active | read-only | True if the object is bound to the event manager. |
|---|
Register to a list of events. If no event is given, all events will be used.
Unregister callback.
True if the object is bound to the event manager.