com.hungry.javacvs.client.ui
Class CVSUIBusyStateEvent

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

public class CVSUIBusyStateEvent
extends CVSUIEvent

See Also:
Serialized Form

Field Summary
protected  boolean busy
           
 
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
CVSUIBusyStateEvent(CVSUI source, boolean flag)
           
 
Method Summary
 boolean getBusyState()
           
 
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
 

Field Detail

busy

protected boolean busy
Constructor Detail

CVSUIBusyStateEvent

public CVSUIBusyStateEvent(CVSUI source,
                           boolean flag)
Method Detail

getBusyState

public boolean getBusyState()