import"sbILastFmWebServices.idl";
|
| void | responseReceived (in boolean aSucceeded, in nsIDOMDocument aResponse) |
| | ResonseRecievied - An API response has been recieved from Last.FM. More...
|
| |
| void | responseReceived (in boolean aSucceeded, in nsIDOMDocument aResponse) |
| |
Definition at line 35 of file sbILastFmWebServices.idl.
| void sbILastFmWebServicesResponse::responseReceived |
( |
in boolean |
aSucceeded, |
|
|
in nsIDOMDocument |
aResponse |
|
) |
| |
ResonseRecievied - An API response has been recieved from Last.FM.
- Parameters
-
| aSucceeded | Indicates if the call was succesful or not. |
| aResponse | Contains the XML response - for successful calls and for calls that return an API error See the Last.fm API documentation for the DOM structures to expect. |
| void sbILastFmWebServicesResponse::responseReceived |
( |
in boolean |
aSucceeded, |
|
|
in nsIDOMDocument |
aResponse |
|
) |
| |
The documentation for this interface was generated from the following file: