Interface ChartListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
StripChart

public interface ChartListener extends EventListener
Interface to something that can process a ChartEvent
Version:
$Revision: 8034 $
Author:
Mark Hall
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • acceptDataPoint

      void acceptDataPoint(ChartEvent e)