Class Debouncer

java.lang.Object
org.yamcs.studio.core.utils.Debouncer

public class Debouncer extends Object
  • Constructor Details

  • Method Details

    • debounce

      public void debounce(Runnable runnable, long delay, TimeUnit unit)
      Debounces the runnable by the specified delay.
    • shutdown

      public void shutdown()