XNIO version 1.1.0.GA

org.jboss.xnio
Interface IoFuture.Notifier<T>

All Known Implementing Classes:
IoFuture.HandlingNotifier
Enclosing interface:
IoFuture<T>

public static interface IoFuture.Notifier<T>

A notifier that handles changes in the status of an IoFuture.


Method Summary
 void notify(IoFuture<T> ioFuture)
          Receive notification of the completion of an outstanding operation.
 

Method Detail

notify

void notify(IoFuture<T> ioFuture)
Receive notification of the completion of an outstanding operation.

Parameters:
ioFuture - the future corresponding to this operation

XNIO version 1.1.0.GA

Copyright © 2008 JBoss, a division of Red Hat, Inc.