Interface GridClientFutureListener<R>


  • public interface GridClientFutureListener<R>
    Listener interface for GridClientFuture.
    • Method Detail

      • onDone

        void onDone​(GridClientFuture<R> fut)
        This method will be called when the future completes.
        Parameters:
        fut - Completed future.