package Interfaces; import org.json.JSONObject; public interface Callback { public void onSuccess(JSONObject response); public void onError(); }