|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--allensoft.javacvs.client.event.CVSClientAdapter
| Constructor Summary | |
CVSClientAdapter()
|
|
| Method Summary | |
void |
enteredBatchMode(CVSClientEvent event)
Fired when the client starts batch mode processing. |
void |
exitedBatchMode(CVSClientEvent event)
Fired when the client exits batch mode processing. |
void |
finishedRequests(CVSClientEvent event)
Fired when the client has finished performing some requests or just a single request. |
void |
openedConnection(CVSClientEvent event)
Fired when the client has actually opened a connection and is about to perform requests. |
void |
receivedResponse(CVSClientResponseEvent event)
Fired when a response is recieved from the server to a request. |
void |
receivedText(CVSClientTextEvent event)
Fired when some text is received from the server. |
void |
sentText(CVSClientTextEvent event)
Fired when some text is sent to the server. |
void |
startingRequests(CVSClientEvent event)
Fired when the client is about to start performing some requests or just a single request. |
void |
statusUpdate(CVSClientTextEvent event)
Fired when the client's status changes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CVSClientAdapter()
| Method Detail |
public void sentText(CVSClientTextEvent event)
sentText in interface CVSClientListenerpublic void receivedText(CVSClientTextEvent event)
receivedText in interface CVSClientListenerpublic void statusUpdate(CVSClientTextEvent event)
statusUpdate in interface CVSClientListenerpublic void receivedResponse(CVSClientResponseEvent event)
CVSClientListenerreceivedResponse in interface CVSClientListenerpublic void startingRequests(CVSClientEvent event)
startingRequests in interface CVSClientListenerpublic void openedConnection(CVSClientEvent event)
openedConnection in interface CVSClientListenerpublic void finishedRequests(CVSClientEvent event)
finishedRequests in interface CVSClientListenerpublic void enteredBatchMode(CVSClientEvent event)
enteredBatchMode in interface CVSClientListenerpublic void exitedBatchMode(CVSClientEvent event)
exitedBatchMode in interface CVSClientListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||