Class BackgroundTask.ThreadWrapper

  • Enclosing class:
    BackgroundTask

    private static class BackgroundTask.ThreadWrapper
    extends java.lang.Object
    Inner class that holds the reference to the thread.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Thread thread  
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadWrapper​(java.lang.Thread t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void clear()  
      (package private) java.lang.Thread get()  
      • Methods inherited from class java.lang.Object

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

      • thread

        private java.lang.Thread thread
    • Constructor Detail

      • ThreadWrapper

        ThreadWrapper​(java.lang.Thread t)
    • Method Detail

      • get

        java.lang.Thread get()
      • clear

        void clear()