示例#1
0
 public void SetWeatherErrorListener(IWeatherErrorListener listener)
 {
     errorCallback = listener;
 }
示例#2
0
 public WeatherDataLoader(LocationData location, IWeatherLoadedListener listener, IWeatherErrorListener errorListener)
     : this(location, listener)
 {
     errorCallback = errorListener;
 }