Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.IR
Interface AsynchronousEnumeration  view AsynchronousEnumeration download AsynchronousEnumeration.java

All Superinterfaces:
java.util.Enumeration
All Known Implementing Classes:
DefaultSourceEnumeration, ReadAheadEnumeration

public interface AsynchronousEnumeration
extends java.util.Enumeration

AsynchronousEnumeration. An Enumeration that can tell us if the nextElement will return immediately or block..

Version:
$Id: AsynchronousEnumeration.java,v 1.5 2002/11/24 12:41:05 ianibbo Exp $

Method Summary
 IRStatusReport getStatus()
           
 boolean nextIsAvailable()
          We know that there will be a next record in this set, is it available yet?
 void registerNotificationTarget(java.lang.Object o)
          Register an object to be notified when a next object is available
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

nextIsAvailable

public boolean nextIsAvailable()
We know that there will be a next record in this set, is it available yet?


getStatus

public IRStatusReport getStatus()

registerNotificationTarget

public void registerNotificationTarget(java.lang.Object o)
Register an object to be notified when a next object is available