com.hungry.javacvs.client.handlers
Class CVSCheckoutHandler

java.lang.Object
  |
  +--com.hungry.javacvs.client.handlers.CVSResponseHandler
        |
        +--com.hungry.javacvs.client.handlers.CVSCheckoutHandler

public class CVSCheckoutHandler
extends CVSResponseHandler


Fields inherited from class com.hungry.javacvs.client.handlers.CVSResponseHandler
listenerList, m_conn
 
Constructor Summary
CVSCheckoutHandler(CVSConnection conn)
           
 
Method Summary
 boolean connectionShouldClose()
           
 void handleResponse()
           
 
Methods inherited from class com.hungry.javacvs.client.handlers.CVSResponseHandler
addCVSHandlerListener, fireHandlerEvent, getHandlerInstanceByName, handlerNameEnumeration, removeCVSHandlerListener, setConnection, setupHandlers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSCheckoutHandler

public CVSCheckoutHandler(CVSConnection conn)
Method Detail

handleResponse

public void handleResponse()
                    throws java.io.IOException,
                           CVSError,
                           CVSOperationComplete
Overrides:
handleResponse in class CVSResponseHandler

connectionShouldClose

public boolean connectionShouldClose()
Overrides:
connectionShouldClose in class CVSResponseHandler