Package weka.gui.explorer
Interface Explorer.LogHandler
- All Known Implementing Classes:
AssociationsPanel
,AttributeSelectionPanel
,ClassifierPanel
,ClustererPanel
,PreprocessPanel
- Enclosing class:
- Explorer
public static interface Explorer.LogHandler
A common interface for panels in the explorer that can handle logs
- Version:
- $Revision: 15294 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
Method Summary
-
Method Details
-
setLog
Sets the Logger to receive informational messages- Parameters:
newLog
- the Logger that will now get info messages
-