com.hungry.javacvs.client.handlers
Class CVSFinalHandler

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

public class CVSFinalHandler
extends CVSGenericHandler


Fields inherited from class com.hungry.javacvs.client.handlers.CVSResponseHandler
listenerList, m_conn
 
Constructor Summary
CVSFinalHandler(CVSConnection conn)
           
 
Method Summary
 boolean connectionShouldClose()
           
 
Methods inherited from class com.hungry.javacvs.client.handlers.CVSGenericHandler
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

CVSFinalHandler

public CVSFinalHandler(CVSConnection conn)
Method Detail

connectionShouldClose

public boolean connectionShouldClose()
Overrides:
connectionShouldClose in class CVSGenericHandler