public static interface VolleyManager.VolleyResponseListener<E>
Modifier and Type | Method and Description |
---|---|
void |
responseDELETE(E object)
Manages the response to the DELETE request
|
void |
responseGET(E object)
Manages the response to the GET request
|
void |
responsePATCH(E object)
Manages the response to the PATCH request
|
void |
responsePOST(E object)
Manages the response to the POST request
|
void responseGET(E object)
object
- the data on the response of the servervoid responsePOST(E object)
object
- the data on the response of the servervoid responsePATCH(E object)
object
- the data on the response of the servervoid responseDELETE(E object)
object
- the data on the response of the server