(self, browser, frame, errorCode, errorText, failedUrl)
| 345 | self.parentCtrl.OnLoadEnd(browser, frame, httpStatusCode) |
| 346 | |
| 347 | def OnLoadError(self, browser, frame, errorCode, errorText, failedUrl): |
| 348 | # TODO |
| 349 | Debug("ERROR LOADING URL : %s" % failedUrl) |
| 350 | |
| 351 | class CallbackClientHandler(object): |
| 352 | def __init__(self, onLoadStart=None, onLoadEnd=None): |