| Package | Description |
|---|---|
| net.tomp2p.futures |
| Modifier and Type | Method and Description |
|---|---|
FutureProgres<K> |
FutureProgres.done(K object)
Set future as finished and notify listeners.
|
FutureProgres<K> |
FutureProgres.next() |
FutureProgres<K> |
FutureProgres.progres(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
next(). |
Copyright © 2014. All rights reserved.