289
edits
Srobertson (talk | contribs) No edit summary |
(→steelIListener: adding onError method) |
||
Line 83: | Line 83: | ||
*/ | */ | ||
void onGetResult(in AString requestId, in nsIVariant result); | void onGetResult(in AString requestId, in nsIVariant result); | ||
/** | |||
* Called when an operation has failed for some reason. | |||
* | |||
* @param requestId the id of the original request | |||
* @param description a description of the error. | |||
* | |||
* @note An onError() call will be immediately followed by a call to | |||
* onOperationComplete. | |||
*/ | |||
void onError(in AString requestId, in AString description); | |||
/** | /** |
edits