|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener interface for events that are fired by a CVSClient.
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. |
Method Detail |
public void sentText(CVSClientTextEvent event)
public void receivedText(CVSClientTextEvent event)
public void statusUpdate(CVSClientTextEvent event)
public void receivedResponse(CVSClientResponseEvent event)
public void startingRequests(CVSClientEvent event)
public void openedConnection(CVSClientEvent event)
public void finishedRequests(CVSClientEvent event)
public void enteredBatchMode(CVSClientEvent event)
public void exitedBatchMode(CVSClientEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |