-
public interface Branch.BranchListResponseListenerAn Interface class that is implemented by all classes that make use of BranchListResponseListener, defining a single method that takes a list of JSONArray format, and an error message of BranchError format that will bereturned on failure of the request response.
-
-
Method Summary
Modifier and Type Method Description abstract voidonReceivingResponse(JSONArray list, BranchError error)-
-
Method Detail
-
onReceivingResponse
abstract void onReceivingResponse(JSONArray list, BranchError error)
-
-
-
-