comparison sat.tac @ 103:6be927a465ed

XMLUI refactoring, step 1
author Goffi <goffi@goffi.org>
date Wed, 23 Jun 2010 00:23:26 +0800
parents 94011f553cd0
children d2630fba8dfd
comparison
equal deleted inserted replaced
102:94011f553cd0 103:6be927a465ed
657 ## Generic HMI ## 657 ## Generic HMI ##
658 658
659 def actionResult(self, id, type, data): 659 def actionResult(self, id, type, data):
660 """Send the result of an action 660 """Send the result of an action
661 @param id: same id used with action 661 @param id: same id used with action
662 @param type: result type ("PARAM", "SUCCESS", "ERROR", "FORM") 662 @param type: result type ("PARAM", "SUCCESS", "ERROR", "XMLUI")
663 @param data: dictionary 663 @param data: dictionary
664 """ 664 """
665 self.bridge.actionResult(type, id, data) 665 self.bridge.actionResult(type, id, data)
666 666
667 def actionResultExt(self, id, type, data): 667 def actionResultExt(self, id, type, data):