|
|||||||||
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 CVSClientListener
public void receivedText(CVSClientTextEvent event)
receivedText
in interface CVSClientListener
public void statusUpdate(CVSClientTextEvent event)
statusUpdate
in interface CVSClientListener
public void receivedResponse(CVSClientResponseEvent event)
CVSClientListener
receivedResponse
in interface CVSClientListener
public void startingRequests(CVSClientEvent event)
startingRequests
in interface CVSClientListener
public void openedConnection(CVSClientEvent event)
openedConnection
in interface CVSClientListener
public void finishedRequests(CVSClientEvent event)
finishedRequests
in interface CVSClientListener
public void enteredBatchMode(CVSClientEvent event)
enteredBatchMode
in interface CVSClientListener
public void exitedBatchMode(CVSClientEvent event)
exitedBatchMode
in interface CVSClientListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |