JavaScript is disabled on your browser.
com.android.volley
Interface Response.Listener<T>
All Known Implementing Classes:
RequestFuture
Enclosing class:
Response
<
T
>
public static interface
Response.Listener<T>
Callback interface for delivering parsed responses.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onResponse
(
T
response)
Called when a response is received.
Method Detail
onResponse
void onResponse(
T
response)
Called when a response is received.