Class RemoteThread

  • All Implemented Interfaces:
    Runnable

    public class RemoteThread
    extends Thread
    • Constructor Detail

      • RemoteThread

        public RemoteThread​(RemoteService remoteService)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread
      • isStop

        public boolean isStop()
      • setStop

        public void setStop​(boolean stop)