XNIO API 3.0.15.GA-redhat-1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- 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
- Enclosing interface:
- IoFuture<T>
public static interface IoFuture.Notifier<T,A>
extends EventListener
A notifier that handles changes in the status of an IoFuture
.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
notify(IoFuture<? extends T> ioFuture,
A attachment)
Receive notification of the completion of an outstanding operation.
|
-
-
Method Detail
-
notify
void notify(IoFuture<? extends T> ioFuture,
A attachment)
Receive notification of the completion of an outstanding operation.
- Parameters:
ioFuture
- the future corresponding to this operationattachment
- the attachment
XNIO API 3.0.15.GA-redhat-1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2010 JBoss, a division of Red Hat, Inc.