allensoft.javacvs.client.event
Class CVSClientTextEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--allensoft.javacvs.client.event.CVSClientEvent
              |
              +--allensoft.javacvs.client.event.CVSClientTextEvent
All Implemented Interfaces:
java.io.Serializable

public class CVSClientTextEvent
extends CVSClientEvent

The event fired when text is sent to, or received from, the server.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CVSClientTextEvent(CVSClient client, java.lang.String sText)
           
 
Method Summary
 java.lang.String getText()
          Gets the text for this event.
 
Methods inherited from class allensoft.javacvs.client.event.CVSClientEvent
getClient
 
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

CVSClientTextEvent

public CVSClientTextEvent(CVSClient client,
                          java.lang.String sText)
Method Detail

getText

public java.lang.String getText()
Gets the text for this event.