Class WindupChildThread

  • All Implemented Interfaces:
    Runnable

    public class WindupChildThread
    extends Thread
    Thread used to hold a reference to parent thread.
    • Constructor Detail

      • WindupChildThread

        public WindupChildThread​(Thread parentThread,
                                 Runnable r)
    • Method Detail

      • getParentThread

        public Thread getParentThread()