| Package | Description |
|---|---|
| io.fabric8.agent.download |
| Modifier and Type | Method and Description |
|---|---|
T |
DefaultFuture.addListener(FutureListener<T> listener)
Adds an event listener which is notified when
this future is completed.
|
T |
Future.addListener(FutureListener<T> listener)
Adds an event listener which is notified when
this future is completed.
|
T |
DefaultFuture.removeListener(FutureListener<T> listener)
Removes an existing event listener so it won't be notified when
the future is completed.
|
T |
Future.removeListener(FutureListener<T> listener)
Removes an existing event listener so it won't be notified when
the future is completed.
|
Copyright © 2017 Red Hat. All Rights Reserved.