public interface ListenableFuture<T> extends Future<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Runnable listener)
register a listener to be run on completion or immediately if complete
any exceptions will be caught and logged
|
void addListener(Runnable listener)
listener - Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.