Class Worker<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      Worker()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void interrupt()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Field Detail

      • workerThread

        protected java.lang.Thread workerThread
      • firstWork

        protected T firstWork
      • eventChannel

        protected java.lang.Object eventChannel
    • Constructor Detail

      • Worker

        public Worker()
    • Method Detail

      • interrupt

        public abstract void interrupt()