org.jSyncManager.Client
Interface LogStreamInterface
- All Known Implementing Classes:
- ApplicationJMenuBar, StatusDialog
- public interface LogStreamInterface
The Log Stream Interface.
This interface must be implemented by classes that wish to use the LogStream class.
- Version:
- $Revision: 1.5 $
- Author:
- Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/06/26 02:25:23 $.
Method Summary |
void |
postToLog(java.lang.String in)
This method is called when the log stream has a line of text to be posted to the log. |
postToLog
public void postToLog(java.lang.String in)
- This method is called when the log stream has a line of text to be posted to the log.
- Parameters:
in
- the line to be logged.
Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.