Uses of Class
clickDetector.echoDetection.EchoDetectionSystem
Packages that use EchoDetectionSystem
-
Uses of EchoDetectionSystem in clickDetector
Methods in clickDetector that return EchoDetectionSystemMethods in clickDetector with parameters of type EchoDetectionSystemModifier and TypeMethodDescriptionvoid
ClickControl.setEchoDetectionSystem
(EchoDetectionSystem echoDetectionSystem) -
Uses of EchoDetectionSystem in clickDetector.echoDetection
Subclasses of EchoDetectionSystem in clickDetector.echoDetectionModifier and TypeClassDescriptionclass
class
Very simple echo detection system which uses a single test of time between the previous click and this click to determine if it's an echo or not.Methods in clickDetector.echoDetection with parameters of type EchoDetectionSystemModifier and TypeMethodDescriptionstatic boolean
EchoDialog.showDialog
(Window parentFrame, EchoDetectionSystem echoDetectionSystem)