T - public interface AsyncCallable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
call(Callback<T> pCallback,
Callback<java.lang.Exception> pExceptionCallback)
Computes a result asynchronously, return values and exceptions are to be handled through the callbacks.
|
void call(Callback<T> pCallback, Callback<java.lang.Exception> pExceptionCallback)
Thread or similar.java.lang.Exception - if unable to compute a result