Interface BackgroundThread


  • public interface BackgroundThread
    • Method Detail

      • start

        void start()
      • join

        void join​(long timeout)
           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException