com.hungry.javacvs.client.handlers
Class CVSHandlerAddEntryEvent

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

public class CVSHandlerAddEntryEvent
extends CVSHandlerEvent

See Also:
Serialized Form

Field Summary
protected  CVSEntriesLine mEntry
           
 
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
CVSHandlerAddEntryEvent(CVSResponseHandler source, CVSEntriesLine entry)
           
 
Method Summary
 CVSEntriesLine getEntry()
           
 
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
 

Field Detail

mEntry

protected CVSEntriesLine mEntry
Constructor Detail

CVSHandlerAddEntryEvent

public CVSHandlerAddEntryEvent(CVSResponseHandler source,
                               CVSEntriesLine entry)
Method Detail

getEntry

public CVSEntriesLine getEntry()