com.hungry.javacvs.client.ui
Class CVSUIConnectionClosedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.hungry.javacvs.client.ui.CVSUIEvent
              |
              +--com.hungry.javacvs.client.ui.CVSUIConnectionClosedEvent

public class CVSUIConnectionClosedEvent
extends CVSUIEvent

See Also:
Serialized Form

Fields inherited from class com.hungry.javacvs.client.ui.CVSUIEvent
BUSY_STATE, CONNECTION_CLOSED, ERROR, MESSAGE, PASSWORD, REQUEST_ERROR, STATUS, type
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CVSUIConnectionClosedEvent(CVSUI source)
           
 
Methods inherited from class com.hungry.javacvs.client.ui.CVSUIEvent
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

CVSUIConnectionClosedEvent

public CVSUIConnectionClosedEvent(CVSUI source)