QJCC homepage

biz.chitec.quarterback.util
Interface ProgressIndicator

All Known Implementing Classes:
ConsoleWrapper

public interface ProgressIndicator

Interface for abstracting progress indication (e.g. by ConsoleWrapper).

Version:
$Id: 06fc98006a4eb1857b8d9d93c083275202ba0325 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000 Distributed under the terms of the GNU LGPL.

Method Summary
 void showErrorMessage(java.lang.Object o)
          Called to show an error message while operation.
 void showMessage(java.lang.Object o)
          Called to show any further information (other than error messages).
 void showProgressStep()
          Called when some progress has been archived and should be presented.
 

Method Detail

showProgressStep

public void showProgressStep()
Called when some progress has been archived and should be presented.


showErrorMessage

public void showErrorMessage(java.lang.Object o)
Called to show an error message while operation.


showMessage

public void showMessage(java.lang.Object o)
Called to show any further information (other than error messages).


QJCC homepage