Class SwingWorker.ThreadVar

  • Enclosing class:
    SwingWorker

    private static class SwingWorker.ThreadVar
    extends Object
    Class to maintain reference to current worker thread under separate synchronization control.
    • Field Detail

      • thread

        private Thread thread
    • Constructor Detail

      • ThreadVar

        ThreadVar​(Thread thr)
    • Method Detail

      • clear

        void clear()