UrlRequest.StatusListener

public static abstract class UrlRequest.StatusListener extends Object

Listener class used with UrlRequest.getStatus(UrlRequest.StatusListener) to receive the status of a UrlRequest.

Public Constructor Summary

Public Method Summary

abstract void
onStatus(int status)
Invoked on UrlRequest's Executor's thread when request status is obtained.

Inherited Method Summary

Public Constructors

public StatusListener ()

Public Methods

public abstract void onStatus (int status)

Invoked on UrlRequest's Executor's thread when request status is obtained.

Parameters
status integer representing the status of the request. It is one of the values defined in UrlRequest.Status.