@FunctionalInterface public interface FutureListener<F extends Future<?>> extends EventListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
operationComplete(F future)
Invoked when the operation associated with the
Future has been completed. |
Copyright © 2022–2023. All rights reserved.