baseCode.util
Interface StatusViewer

All Known Implementing Classes:
StatusDebugLogger, StatusJlabel, StatusStderr

public interface StatusViewer

Intended use is to display 'status' information or other messages to users in a non-disruptive fashion (though the actual use is up to the implementer). Copyright (c) 2004 Columbia University

Version:
$Id: StatusViewer.java,v 1.3 2004/07/27 03:18:58 pavlidis Exp $
Author:
Paul Pavlidis

Method Summary
 void clear()
          Clear the status dislay.
 void setError(java.lang.String s)
          Print an error status messge.
 void setStatus(java.lang.String s)
          Print the status to the location appropriate for this application.
 

Method Detail

setStatus

public void setStatus(java.lang.String s)
Print the status to the location appropriate for this application.

Parameters:
s -

setError

public void setError(java.lang.String s)
Print an error status messge.

Parameters:
s -

clear

public void clear()
Clear the status dislay. Implementers that do not write to GUI elements probably don't need to do anything.



Copyright © 2003-2005 Columbia University. All Rights Reserved.