ASyncResponse.java 181 Bytes
package com.example.app_10p5;

import org.json.JSONObject;

/**
 * Created by beaus on 30/04/2016.
 */
public interface ASyncResponse {
    void processFinish(JSONObject output);
}