Class APIReaders.RadarmapRunnable

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    APIReaders

    public static class APIReaders.RadarmapRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean ssl_exception  
    • Constructor Summary

      Constructors 
      Constructor Description
      RadarmapRunnable​(Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFinished​(Radarmap radarmap)  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ssl_exception

        public boolean ssl_exception
    • Constructor Detail

      • RadarmapRunnable

        public RadarmapRunnable​(Context context)
    • Method Detail

      • onFinished

        public void onFinished​(Radarmap radarmap)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable