DNet
Class STATUS

java.lang.Object
  |
  +--DNet.STATUS

public class STATUS
extends java.lang.Object


Field Summary
static int CONNECTED
           
static int CONNECTING
           
static int CONNECTION_FAILED
           
static int ERROR
           
static int NOT_CONNECTED
           
 
Constructor Summary
STATUS()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

NOT_CONNECTED

public static final int NOT_CONNECTED

CONNECTING

public static final int CONNECTING

CONNECTED

public static final int CONNECTED

CONNECTION_FAILED

public static final int CONNECTION_FAILED

ERROR

public static final int ERROR
Constructor Detail

STATUS

public STATUS()