public interface FutureListener<T extends Future>
extends java.util.EventListener
Future
.Modifier and Type | Method and Description |
---|---|
void |
operationComplete(T future)
Invoked when the operation associated with the
Future
has been completed even if you add the listener after the completion. |
Copyright © 2014 Red Hat. All Rights Reserved.