de.hunsicker.jalopy.plugin
Interface SwingAppender

All Superinterfaces:
org.apache.log4j.Appender
All Known Implementing Classes:
AbstractAppender

public interface SwingAppender
extends org.apache.log4j.Appender

Common interface for appenders which output log statements in a visual component.

Version:
$Revision: 1.1 $
Author:
Marco Hunsicker

Method Summary
 void clear()
          Clears all messages currently being displayed.
 void done()
          Notifies the appender that a run was finished.
 
Methods inherited from interface org.apache.log4j.Appender
addFilter, clearFilters, close, doAppend, getErrorHandler, getFilter, getLayout, getName, requiresLayout, setErrorHandler, setLayout, setName
 

Method Detail

clear

public void clear()
Clears all messages currently being displayed.


done

public void done()
Notifies the appender that a run was finished.

Since:
1.0b9


Copyright © 1997-2005 Jalopy. All Rights Reserved.