weka.gui.beans
Interface BatchClustererListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ClustererPerformanceEvaluator, PredictionAppender, SerializedModelSaver

public interface BatchClustererListener
extends EventListener

Interface to something that can process a BatchClustererEvent

Version:
$Revision: 8034 $
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


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.