com.hungry.javacvs.client.util
Class CVSClientErrorEvent

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

public class CVSClientErrorEvent
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
CVSClientErrorEvent(java.lang.Object source, java.lang.String error)
           
 
Method Summary
 java.lang.String getError()
           
 
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

CVSClientErrorEvent

public CVSClientErrorEvent(java.lang.Object source,
                           java.lang.String error)
Method Detail

getError

public java.lang.String getError()