com.hungry.javacvs.client.util
Class CVSClientBusyChangeEvent

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

public class CVSClientBusyChangeEvent
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
CVSClientBusyChangeEvent(java.lang.Object source, boolean busy)
           
 
Method Summary
 boolean getBusy()
           
 
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

CVSClientBusyChangeEvent

public CVSClientBusyChangeEvent(java.lang.Object source,
                                boolean busy)
Method Detail

getBusy

public boolean getBusy()