mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-30 13:13:47 +01:00
Update RequestNetwork.java
This commit is contained in:
parent
2418b1c46d
commit
514398920d
@ -46,7 +46,7 @@ RequestNetworkController.getInstance().execute(this, method, url, tag, requestLi
|
|||||||
}
|
}
|
||||||
|
|
||||||
public interface RequestListener {
|
public interface RequestListener {
|
||||||
public void onResponse(String tag, String response);
|
public void onResponse(String tag, String response, HashMap<String, Object> responseHeaders);
|
||||||
public void onErrorResponse(String tag, String message);
|
public void onErrorResponse(String tag, String message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user