com.hungry.javacvs.client.handlers
Class CVSHandlerInvalidateReqsEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.hungry.javacvs.client.handlers.CVSHandlerEvent
              |
              +--com.hungry.javacvs.client.handlers.CVSHandlerInvalidateReqsEvent

public class CVSHandlerInvalidateReqsEvent
extends CVSHandlerEvent

See Also:
Serialized Form

Fields inherited from class com.hungry.javacvs.client.handlers.CVSHandlerEvent
ADD_ENTRY, ENABLE_REQ, ERROR, INVALIDATE_REQS, MSG, type, UPDATE_FILE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CVSHandlerInvalidateReqsEvent(CVSResponseHandler source)
           
 
Methods inherited from class com.hungry.javacvs.client.handlers.CVSHandlerEvent
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
 

Constructor Detail

CVSHandlerInvalidateReqsEvent

public CVSHandlerInvalidateReqsEvent(CVSResponseHandler source)