Public Member Functions | |
void | responseReceived (in boolean aSucceeded, in nsIDOMDocument aResponse) |
ResonseRecievied - An API response has been recieved from Last.FM. |
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.
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. |