| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.concurrent.async |
| 限定符和类型 | 方法和说明 |
|---|---|
GenericFuture<V> |
GenericFuture.addListener(GenericFutureListener<? extends GenericFuture<? super V>> listener)
Adds the specified listener to this future.
|
GenericFuture<V> |
GenericFuture.addListeners(GenericFutureListener<? extends GenericFuture<? super V>>... listeners)
Adds the specified listeners to this future.
|
GenericFuture<V> |
GenericFuture.removeListener(GenericFutureListener<? extends GenericFuture<? super V>> listener)
Removes the first occurrence of the specified listener from this future.
|
GenericFuture<V> |
GenericFuture.removeListeners(GenericFutureListener<? extends GenericFuture<? super V>>... listeners)
Removes the first occurrence for each of the listeners from this future.
|
Copyright © 2022. All rights reserved.