Allows callback functions to be registered with notifications.
Static Public Member Functions | |
def | Register (notifyCode, notifyCallback) |
def | Unregister (handler) |
Static Public Attributes | |
list | Handlers = [] |
|
static |
Registers a callback function with the particular notification code. The returned handler object will not be collected, until it is unregistered.
|
static |
Unregisters a handler.