Advertisement
SatyaRacerare

LoadMovFavCallbac.java

Sep 15th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. package com.example.submission4madegdk2019;
  2.  
  3. import com.example.submission4madegdk2019.model.MovieFav;
  4.  
  5. import java.util.ArrayList;
  6.  
  7. public interface LoadMovFavCallbac {
  8.     void preExecute();
  9.     void posExecute(ArrayList<MovieFav> movieFav);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement