baseCode.util
Class StatusStderr

java.lang.Object
  extended bybaseCode.util.StatusStderr
All Implemented Interfaces:
StatusViewer

public class StatusStderr
extends java.lang.Object
implements StatusViewer

Prints status info to stderr


Copyright (c) 2004 Columbia University

Version:
$Id: StatusStderr.java,v 1.6 2004/10/13 21:58:46 pavlidis Exp $
Author:
Paul Pavlidis

Constructor Summary
StatusStderr()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusStderr

public StatusStderr()
Method Detail

setStatus

public void setStatus(java.lang.String s)
Description copied from interface: StatusViewer
Print the status to the location appropriate for this application.

Specified by:
setStatus in interface StatusViewer
Parameters:
s -

setError

public void setError(java.lang.String s)
Description copied from interface: StatusViewer
Print an error status messge.

Specified by:
setError in interface StatusViewer
Parameters:
s -

clear

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

Specified by:
clear in interface StatusViewer


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