-
- 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.EventListenerA notifier that handles changes in the status of anIoFuture.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(IoFuture<? extends T> ioFuture, A attachment)Receive notification of the completion of an outstanding operation.
-