baseCode.util
Class StatusDebugLogger

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

public class StatusDebugLogger
extends java.lang.Object
implements StatusViewer

Copyright (c) 2004 Columbia University

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

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
StatusDebugLogger()
           
 
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
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

StatusDebugLogger

public StatusDebugLogger()
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.