com.hungry.javacvs.client.ui
Class CVSUIEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.hungry.javacvs.client.ui.CVSUIEvent
Direct Known Subclasses:
CVSUIBusyStateEvent, CVSUIConnectionClosedEvent, CVSUIMessageEvent, CVSUIPasswordEvent, CVSUIRequestErrorEvent, CVSUIStatusEvent

public class CVSUIEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int BUSY_STATE
           
static int CONNECTION_CLOSED
           
static int ERROR
           
static int MESSAGE
           
static int PASSWORD
           
static int REQUEST_ERROR
           
static int STATUS
           
protected  int type
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CVSUIEvent(CVSUI source, int event_type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATUS

public static final int STATUS

PASSWORD

public static final int PASSWORD

REQUEST_ERROR

public static final int REQUEST_ERROR

MESSAGE

public static final int MESSAGE

ERROR

public static final int ERROR

BUSY_STATE

public static final int BUSY_STATE

CONNECTION_CLOSED

public static final int CONNECTION_CLOSED

type

protected int type
Constructor Detail

CVSUIEvent

public CVSUIEvent(CVSUI source,
                  int event_type)
Method Detail

getType

public int getType()