Class PrivateLog.AsyncGetLogs

java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.PrivateLog.AsyncGetLogs
All Implemented Interfaces:
Runnable
Enclosing class:
PrivateLog

public static class PrivateLog.AsyncGetLogs extends Object implements Runnable
  • Constructor Details

    • AsyncGetLogs

      public AsyncGetLogs(Context context)
  • Method Details

    • onNegativeResult

      public void onNegativeResult()
    • onPositiveResult

      public void onPositiveResult(ArrayList<String> result)
    • run

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