Package weka.gui.beans
Interface BatchClustererListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
ClustererPerformanceEvaluator,PredictionAppender,SerializedModelSaver
public interface BatchClustererListener extends java.util.EventListenerInterface to something that can process a BatchClustererEvent- Version:
- $Revision: 1.2 $
- Author:
- MStefan Mutter
- See Also:
EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptClusterer(BatchClustererEvent e)Accept a BatchClustererEvent
-
-
-
Method Detail
-
acceptClusterer
void acceptClusterer(BatchClustererEvent e)
Accept a BatchClustererEvent- Parameters:
e- aBatchClustererEventvalue
-
-