Blame view

PremiereActivite/app/src/main/java/com/example/app_10p5/ASyncResponse.java 181 Bytes
520cecde   JLo'w   Un petit plus, un...
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);
  }