Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. public interface RouteLoadFinish {
  2.     void loadCompleted(ArrayList<RouteData> route);
  3. }
  4.  
  5.  
  6. public interface RouteLoadStart {
  7.     void loadStart();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement