com.hungry.javacvs.client.util
Class CVSClientConnectionClosedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.hungry.javacvs.client.util.CVSClientEvent
              |
              +--com.hungry.javacvs.client.util.CVSClientConnectionClosedEvent

public class CVSClientConnectionClosedEvent
extends CVSClientEvent

See Also:
Serialized Form

Fields inherited from class com.hungry.javacvs.client.util.CVSClientEvent
BUSY_CHANGE, CONNECTION_CLOSED, ERROR_EVENT, MSG_EVENT, REQUEST_COMPLETE, STATUS_EVENT, type
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CVSClientConnectionClosedEvent(java.lang.Object source)
           
 
Methods inherited from class com.hungry.javacvs.client.util.CVSClientEvent
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

CVSClientConnectionClosedEvent

public CVSClientConnectionClosedEvent(java.lang.Object source)