Class SimpleEchoDetector

java.lang.Object
clickDetector.echoDetection.SimpleEchoDetector
All Implemented Interfaces:
EchoDetector

public class SimpleEchoDetector extends Object implements EchoDetector
  • Constructor Details

  • Method Details

    • initialise

      public void initialise()
      Description copied from interface: EchoDetector
      Initialise the echo detector
      Specified by:
      initialise in interface EchoDetector
    • isEcho

      public boolean isEcho(ClickDetection clickDetection)
      Description copied from interface: EchoDetector
      Test to see if a single click is an echo or not.
      Specified by:
      isEcho in interface EchoDetector
      Parameters:
      clickDetection - a single click detection.
      Returns:
      true if the click is an echo.