ASyncResponse.java 181 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 package com.example.app_10p5; import org.json.JSONObject; /** * Created by beaus on 30/04/2016. */ public interface ASyncResponse { void processFinish(JSONObject output); }