| Package | Description |
|---|---|
| org.gridgain.client |
Public Java client messages APIs.
|
| org.gridgain.client.impl |
GridGain Java client implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientFuture.listenAsync(GridClientFutureListener<R>... lsnrs)
Register new listeners for notification when future completes.
|
void |
GridClientFuture.stopListenAsync(GridClientFutureListener<R>... lsnrs)
Removes listeners registered before.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientFutureAdapter.listenAsync(GridClientFutureListener<R>... lsnrs)
Register new listeners for notification when future completes.
|
void |
GridClientFutureAdapter.stopListenAsync(GridClientFutureListener<R>... lsnrs)
Removes listeners registered before.
|
Copyright © 2014. All rights reserved.