public interface ListenableFuture<T>
extends java.util.concurrent.Future<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.Runnable listener)
register a listener to be run on completion or immediately if complete
any exceptions will be caught and logged
|
Copyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.