uicli.uihandler (version 0.1, 09 May 2003)
index
e:\bothans\uicli\uihandler.py

Handlers for responses to cmd xml messages

 
Modules
            
common
logging
sys
ui
 
Classes
            
ui.handler.AdminHandler(common.messagehandling.AutoMethodMessageHandler)
CliHandler
 
class CliHandler(ui.handler.AdminHandler)
       
  
Method resolution order:
CliHandler
ui.handler.AdminHandler
common.messagehandling.AutoMethodMessageHandler
common.messagehandling.MessageHandler

Methods defined here:
__init__(self)
handle_addanswer(self, message)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'uicli.uihandler'

Methods inherited from ui.handler.AdminHandler:
handleMessage(self, message)
handle_hello(self, message)
generic message, no need to call submethods. Just send a hello
register(self, method, callback)

Data and non-method functions inherited from ui.handler.AdminHandler:
METHOD_PREFIX = 'admin_'
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '09 May 2003'
__file__ = r'e:\bothans\uicli\uihandler.pyc'
__license__ = 'This file is part of Bothans\n Bothans is free...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'uicli.uihandler'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x008433D8>
 
Author
             David Ferlier <david@netbsd-fr.org>