public class Debouncer<V>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Debouncer.Callback<T> |
static class |
Debouncer.Counter<T> |
| Constructor and Description |
|---|
Debouncer(int intervalInMills,
Debouncer.Callback<V> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(V key) |
public Debouncer(int intervalInMills,
Debouncer.Callback<V> callback)
public void consume(V key)