-
- Type Parameters:
T
- the type of result that the associated future operation producesA
- the attachment type
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
IoFuture.HandlingNotifier
public static interface IoFuture.Notifier<T,A> extends java.util.EventListener
A notifier that handles changes in the status of anIoFuture
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(IoFuture<? extends T> ioFuture, A attachment)
Receive notification of the completion of an outstanding operation.
-