public interface Continuous<I,O>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Continuous.Notifier<O> |
| Modifier and Type | Method and Description |
|---|---|
void |
act(I input,
Continuous.Notifier<O> notifier) |
void |
cancel(I input) |
void act(I input, Continuous.Notifier<O> notifier)
void cancel(I input)