Interface Callback<T>
- Type Parameters:
T
- The type of the result of the asynchronous task
public interface Callback<T>
Callback interface for asynchronous tasks.
-
Method Summary
-
Method Details
-
onComplete
-
T
- The type of the result of the asynchronous task