Class APIReaders.WeatherForecastRunnable
java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.APIReaders.WeatherForecastRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
APIReaders
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWeatherForecastRunnable(Context context, ArrayList<Weather.WeatherLocation> weatherLocations) -
Method Summary
Modifier and TypeMethodDescriptiongetLastestDMOUrl(Context context, String stationName) voidvoidvoidonPositiveResult(ArrayList<RawWeatherInfo> rawWeatherInfos) voidonStart()voidrun()voidsetWeatherLocations(ArrayList<Weather.WeatherLocation> weatherLocations)
-
Field Details
-
ssl_exception
public boolean ssl_exception
-
-
Constructor Details
-
WeatherForecastRunnable
public WeatherForecastRunnable(Context context, ArrayList<Weather.WeatherLocation> weatherLocations)
-
-
Method Details
-
setWeatherLocations
-
getLastestDMOUrl
- Throws:
IOException
-
onStart
public void onStart() -
onNegativeResult
public void onNegativeResult() -
onPositiveResult
public void onPositiveResult() -
onPositiveResult
-
run
public void run()
-