V - The result type returned by the future.public interface FutureCompletionListener<V>
ListenableFuture completes and thus
has a result available.| Modifier and Type | Method and Description |
|---|---|
void |
completed(ListenableFuture<? extends V> future)
Called when the future finishes and thus has a result available.
|
void completed(ListenableFuture<? extends V> future)
future - the future that completed and has a result available now.Copyright © 2014–2018 aquenos GmbH. All rights reserved.