Class ScannerStopToken

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isScanFinished()
      Check if the operation is already finished
      boolean isStopped()
      Check if the operation is already stopped
      void stopScan()
      Stop scan for devices
      • Methods inherited from class java.lang.Object

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

      • stopScan

        public void stopScan()
        Stop scan for devices
      • isStopped

        public boolean isStopped()
        Check if the operation is already stopped
        Returns:
        true, if stopped
      • isScanFinished

        public boolean isScanFinished()
        Check if the operation is already finished
        Returns:
        true, if finished