weka.gui.beans
Interface BatchClassifierListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ClassifierPerformanceEvaluator, PredictionAppender

public interface BatchClassifierListener
extends java.util.EventListener

Interface to something that can process a BatchClassifierEvent

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Mark Hall
See Also:
EventListener

Method Summary
 void acceptClassifier(BatchClassifierEvent e)
          Accept a BatchClassifierEvent
 

Method Detail

acceptClassifier

public void acceptClassifier(BatchClassifierEvent e)
Accept a BatchClassifierEvent

Parameters:
e - a BatchClassifierEvent value