T - the type of the argument.public interface AsynchronousCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
process(T parameter)
This method is invoked when the callback is ready.
|
void process(T parameter)
parameter - the parameter which is passed along the callback.