public interface FutureListener<V>
FutureListener instances are attached to Future by passing
them in to Future.addListener(FutureListener).| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(Future<V> future)
Invoked when the operation completes, be the associated
Promise successful or not. |
Copyright © 2017–2020 OpenMessaging. All rights reserved.