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