Interface GridClientFutureListener<R>
-
public interface GridClientFutureListener<R>Listener interface forGridClientFuture.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDone(GridClientFuture<R> fut)This method will be called when the future completes.
-
-
-
Method Detail
-
onDone
void onDone(GridClientFuture<R> fut)
This method will be called when the future completes.- Parameters:
fut- Completed future.
-
-