T - the type of result that the associated future operation producesA - the attachment typepublic static interface IoFuture.Notifier<T,A>
extends java.util.EventListener
IoFuture.| Modifier and Type | Method and Description |
|---|---|
void |
notify(IoFuture<? extends T> ioFuture,
A attachment)
Receive notification of the completion of an outstanding operation.
|
Copyright © 2016 JBoss, a division of Red Hat, Inc.