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: 1.42 $
Author:
FracPete (fracpete at waikato dot ac dot nz)

Method Summary
 void setLog(Logger newLog)
          Sets the Logger to receive informational messages
 

Method Detail

setLog

void setLog(Logger newLog)
Sets the Logger to receive informational messages

Parameters:
newLog - the Logger that will now get info messages