Module platform

Interface MarkerChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CategoryPlot, CombinedDomainCategoryPlot, CombinedDomainXYPlot, CombinedRangeCategoryPlot, CombinedRangeXYPlot, CompassPlot, DialPlot, FastScatterPlot, FlowPlot, MeterPlot, MultiplePiePlot, PiePlot, PiePlot3D, Plot, PolarPlot, RingPlot, SpiderWebPlot, ThermometerPlot, WaferMapPlot, XYPlot

public interface MarkerChangeListener extends EventListener
The interface that must be supported by classes that wish to receive notification of changes to a Marker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives notification of a marker change event.
  • Method Details

    • markerChanged

      void markerChanged(MarkerChangeEvent event)
      Receives notification of a marker change event.
      Parameters:
      event - the event.