Class APIReaders.WeatherWarningsRunnable

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

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

  • Constructor Details

    • WeatherWarningsRunnable

      public WeatherWarningsRunnable(Context context)
  • Method Details

    • getTimeStampFromString

      public long getTimeStampFromString(String source)
    • doInBackground

      public ArrayList<WeatherWarning> doInBackground()
    • onStart

      public void onStart()
    • onNegativeResult

      public void onNegativeResult()
    • onPositiveResult

      public void onPositiveResult()
    • onPositiveResult

      public void onPositiveResult(ArrayList<WeatherWarning> warnings)
    • run

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