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.2 $
Author:
Mark Hall

Method Summary
 void acceptDataPoint(ChartEvent e)
           
 

Method Detail

acceptDataPoint

public void acceptDataPoint(ChartEvent e)