Interface Scanner.ScanCycleListener

  • All Superinterfaces:
    Scanner.Listener
    Enclosing class:
    Scanner

    public static interface Scanner.ScanCycleListener
    extends Scanner.Listener
    Listener that notifies when a scan has started and when it has ended.
    • Method Detail

      • scanStarted

        void scanStarted​(int cycle)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • scanEnded

        void scanEnded​(int cycle)
                throws java.lang.Exception
        Throws:
        java.lang.Exception