Class StationsManager.StationsReader
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.StationsManager.StationsReader
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- StationsManager
public static class StationsManager.StationsReader extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description StationsReader(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onLoadingListFinished(java.util.ArrayList<Weather.WeatherLocation> new_stations)
void
run()
-
-
-
Method Detail
-
onLoadingListFinished
public void onLoadingListFinished(java.util.ArrayList<Weather.WeatherLocation> new_stations)
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
-