public interface Asynchronous<I,O>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Asynchronous.Callback<O> |
| Modifier and Type | Method and Description |
|---|---|
void |
act(I input,
Asynchronous.Callback<O> callback) |
void act(I input, Asynchronous.Callback<O> callback)