Package weka.gui.beans
Interface ChartListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
StripChart
public interface ChartListener extends java.util.EventListener
Interface to something that can process a ChartEvent- Version:
- $Revision: 1.3 $
- Author:
- Mark Hall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
acceptDataPoint(ChartEvent e)
-
-
-
Method Detail
-
acceptDataPoint
void acceptDataPoint(ChartEvent e)
-
-