public class Debouncer<V> extends java.lang.Object
Debouncer(int intervalInMills, Callback<V> callback)
void
consume(V event)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Debouncer(int intervalInMills, Callback<V> callback)
public void consume(V event)