com.hungry.javacvs.client.util
Class CVSClientEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.hungry.javacvs.client.util.CVSClientEvent
Direct Known Subclasses:
CVSClientBusyChangeEvent, CVSClientConnectionClosedEvent, CVSClientErrorEvent, CVSClientMsgEvent, CVSClientRequestCompleteEvent, CVSClientStatusEvent

public class CVSClientEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int BUSY_CHANGE
           
static int CONNECTION_CLOSED
           
static int ERROR_EVENT
           
static int MSG_EVENT
           
static int REQUEST_COMPLETE
           
static int STATUS_EVENT
           
protected  int type
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CVSClientEvent(java.lang.Object 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_EVENT

public static final int STATUS_EVENT

ERROR_EVENT

public static final int ERROR_EVENT

MSG_EVENT

public static final int MSG_EVENT

BUSY_CHANGE

public static final int BUSY_CHANGE

CONNECTION_CLOSED

public static final int CONNECTION_CLOSED

REQUEST_COMPLETE

public static final int REQUEST_COMPLETE

type

protected int type
Constructor Detail

CVSClientEvent

public CVSClientEvent(java.lang.Object source,
                      int event_type)
Method Detail

getType

public int getType()