com.ice.cvsc
Interface CVSResponseHandler

All Known Implementing Classes:
CVSProject

public interface CVSResponseHandler

The CVSResponseHandler interface provides an interface for CVSClient to call for inline processing of the server responses. This is used when the CVSRequest specifies that the response should not be queued.

Version:
$Revision: 2.3 $
Author:
Timothy Gerard Endres, time@ice.com.
See Also:
CVSProject, CVSClient

Field Summary
static java.lang.String RCS_ID
           
static java.lang.String RCS_REV
           
 
Method Summary
 boolean handleResponseItem(CVSRequest request, CVSResponse response, CVSResponseItem item)
           
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_REV

public static final java.lang.String RCS_REV
See Also:
Constant Field Values
Method Detail

handleResponseItem

public boolean handleResponseItem(CVSRequest request,
                                  CVSResponse response,
                                  CVSResponseItem item)


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.