Package org.xnio
Interface IoFuture.Notifier<T,A>
- Type Parameters:
T
- the type of result that the associated future operation producesA
- the attachment type
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
IoFuture.HandlingNotifier
A notifier that handles changes in the status of an
IoFuture
.-
Method Summary
-
Method Details
-
notify
Receive notification of the completion of an outstanding operation.- Parameters:
ioFuture
- the future corresponding to this operationattachment
- the attachment
-