org.jfree.chart.event

Interface MarkerChangeListener

public interface MarkerChangeListener extends EventListener

The interface that must be supported by classes that wish to receive notification of changes to a Marker.

Since: 1.0.3

Method Summary
voidmarkerChanged(MarkerChangeEvent event)
Receives notification of a marker change event.

Method Detail

markerChanged

public void markerChanged(MarkerChangeEvent event)
Receives notification of a marker change event.

Parameters: event the event.

Since: 1.0.3