com.ice.cvsc
Interface CVSUserInterface
- All Known Implementing Classes:
- CheckOutPanel, CreatePanel, CVSBufferedUI, CVSNullUI, ExportPanel, ImportPanel, InitRepositoryPanel, ProjectFrame, TestConnectPanel
- public interface CVSUserInterface
The CVSUserInterface interface provide the link between
a CVSProject and the user interface that is presenting
that project. This interface is used by the CVSProject,
and its client, to make requests to the user interface
to display progress, results, and the like.
- 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
|
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
uiDisplayProgressMsg
public void uiDisplayProgressMsg(java.lang.String message)
uiDisplayProgramError
public void uiDisplayProgramError(java.lang.String error)
uiDisplayResponse
public void uiDisplayResponse(CVSResponse response)
Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.