public interface FutureListener<T extends Future> extends 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 © 2011–2014 Red Hat. All rights reserved.