| Package | Description |
|---|---|
| net.tomp2p.futures |
| Modifier and Type | Method and Description |
|---|---|
FutureProgres<K> |
FutureProgres.getNext() |
FutureProgres<K> |
FutureProgres.setDone(K object)
Set future as finished and notify listeners.
|
FutureProgres<K> |
FutureProgres.setProgres(K object,
boolean last)
This will finish this future, but it will create a new future that will be returned and that can be obtained by
getNext(). |
Copyright © 2014. All rights reserved.