weka.gui.beans
Interface BatchClustererListener

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

public interface BatchClustererListener
extends java.util.EventListener

Interface to something that can process a BatchClustererEvent

Version:
$Revision: 1.2 $
Author:
MStefan Mutter
See Also:
EventListener

Method Summary
 void acceptClusterer(BatchClustererEvent e)
          Accept a BatchClustererEvent
 

Method Detail

acceptClusterer

void acceptClusterer(BatchClustererEvent e)
Accept a BatchClustererEvent

Parameters:
e - a BatchClustererEvent value