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 Detail

      • acceptDataPoint

        void acceptDataPoint​(ChartEvent e)