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


Method Summary
 void acceptDataPoint(ChartEvent e)
           
 

Method Detail

acceptDataPoint

public void acceptDataPoint(ChartEvent e)