com.hungry.javacvs.client.handlers
Class CVSHandlerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.hungry.javacvs.client.handlers.CVSHandlerEvent
Direct Known Subclasses:
CVSHandlerAddEntryEvent, CVSHandlerEnableReqEvent, CVSHandlerErrorEvent, CVSHandlerInvalidateReqsEvent, CVSHandlerMsgEvent, CVSHandlerUpdateFileEvent

public class CVSHandlerEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int ADD_ENTRY
           
static int ENABLE_REQ
           
static int ERROR
           
static int INVALIDATE_REQS
           
static int MSG
           
protected  int type
           
static int UPDATE_FILE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CVSHandlerEvent(CVSResponseHandler 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

ADD_ENTRY

public static final int ADD_ENTRY

ERROR

public static final int ERROR

MSG

public static final int MSG

UPDATE_FILE

public static final int UPDATE_FILE

INVALIDATE_REQS

public static final int INVALIDATE_REQS

ENABLE_REQ

public static final int ENABLE_REQ

type

protected int type
Constructor Detail

CVSHandlerEvent

public CVSHandlerEvent(CVSResponseHandler source,
                       int event_type)
Method Detail

getType

public int getType()