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