|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--allensoft.javacvs.client.event.CVSClientEvent | +--allensoft.javacvs.client.event.CVSClientTextEvent
The event fired when text is sent to, or received from, the server.
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 |
public CVSClientTextEvent(CVSClient client, java.lang.String sText)
Method Detail |
public java.lang.String getText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |