com.hungry.javacvs.client.util
Class CVSClientMsgEvent

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

public class CVSClientMsgEvent
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
CVSClientMsgEvent(java.lang.Object source, java.lang.String msg)
           
 
Method Summary
 java.lang.String getMsg()
           
 
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

CVSClientMsgEvent

public CVSClientMsgEvent(java.lang.Object source,
                         java.lang.String msg)
Method Detail

getMsg

public java.lang.String getMsg()