Class Debouncer


  • public class Debouncer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Debouncer​(int timeout)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debounce​(java.lang.Runnable runnable)  
      • Methods inherited from class java.lang.Object

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

      • Debouncer

        public Debouncer​(int timeout)
    • Method Detail

      • debounce

        public void debounce​(java.lang.Runnable runnable)