jgd
Class ReadyStates

java.lang.Object
  extended by jgd.ReadyStates

public class ReadyStates
extends java.lang.Object


Field Summary
static int GD_QRS_COMPLETE
          Search is complete, with all results received and in the resultset.
static int GD_QRS_LOADING
          Search is still in progress.
static int GD_QRS_UNITIALIZED
          Search has not yet started.
 
Constructor Summary
ReadyStates()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GD_QRS_UNITIALIZED

public static final int GD_QRS_UNITIALIZED
Search has not yet started.

See Also:
Constant Field Values

GD_QRS_LOADING

public static final int GD_QRS_LOADING
Search is still in progress.

See Also:
Constant Field Values

GD_QRS_COMPLETE

public static final int GD_QRS_COMPLETE
Search is complete, with all results received and in the resultset.

See Also:
Constant Field Values
Constructor Detail

ReadyStates

public ReadyStates()


Copyright © 2007