Class APIReaders.WeatherForecastRunnable

java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.APIReaders.WeatherForecastRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
APIReaders

public static class APIReaders.WeatherForecastRunnable extends Object implements Runnable
  • Field Details

    • ssl_exception

      public boolean ssl_exception
  • Constructor Details

  • Method Details

    • setWeatherLocations

      public void setWeatherLocations(ArrayList<Weather.WeatherLocation> weatherLocations)
    • getLastestDMOUrl

      public String getLastestDMOUrl(Context context, String stationName) throws IOException
      Throws:
      IOException
    • onStart

      public void onStart()
    • onNegativeResult

      public void onNegativeResult()
    • onPositiveResult

      public void onPositiveResult()
    • onPositiveResult

      public void onPositiveResult(ArrayList<RawWeatherInfo> rawWeatherInfos)
    • run

      public void run()
      Specified by:
      run in interface Runnable