weka.gui.beans
Interface IncrementalClassifierListener

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

public interface IncrementalClassifierListener
extends java.util.EventListener

Interface to something that can process a IncrementalClassifierEvent

Since:
1.0
Version:
1.0
Author:
Mark Hall
See Also:
EventListener

Method Summary
 void acceptClassifier(IncrementalClassifierEvent e)
          Accept the event
 

Method Detail

acceptClassifier

public void acceptClassifier(IncrementalClassifierEvent e)
Accept the event

Parameters:
e - a ClassifierEvent value