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