oimtrust

WeatherServiceCallback_WeatherYahooApp

Nov 27th, 2016
1,578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. package com.oimtrust.weatheryahoo.service;
  2.  
  3. import com.oimtrust.weatheryahoo.data.Channel;
  4.  
  5. /**
  6.  * Created by Oim on 10/12/2016.
  7.  */
  8.  
  9. public interface WeatherServiceCallback {
  10.     void serviceSuccess(Channel channel);
  11.  
  12.     void serviceFailure(Exception exception);
  13. }
Add Comment
Please, Sign In to add comment