onResult method

Syntax
void ianywhere.qanywhere.ws.WSListener.onResult(
  WSResult wsResult
)
Parameters
  • wsResult   The WSResult describing the result of a web service request.

Remarks

Called with the result of an asynchronous web service request.

See Also

Class WSResult