NotificationManager Class Reference

NotificationManager Class Reference

Class Description

Allows callback functions to be registered with notifications. 
+ Inheritance diagram for NotificationManager:

Static Public Member Functions

def Register (notifyCode, notifyCallback)
 
def Unregister (handler)
 

Static Public Attributes

list Handlers = []
 

Member Function Documentation

def Register (   notifyCode,
  notifyCallback 
)
static
Registers a callback function with the particular notification code.
    The returned handler object will not be collected, until it is unregistered. 
def Unregister (   handler)
static
Unregisters a handler.