com.android.volley
インタフェース Response.Listener<T>

既知の実装クラスの一覧:
RequestFuture
含まれているクラス:
Response<T>

public static interface Response.Listener<T>

Callback interface for delivering parsed responses.


メソッドの概要
 void onResponse(T response)
          Called when a response is received.
 

メソッドの詳細

onResponse

void onResponse(T response)
Called when a response is received.