public interface

MarkerChangeListener

implements EventListener
org.jfree.chart.event.MarkerChangeListener
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract void markerChanged(MarkerChangeEvent event)
Receives notification of a marker change event.

Public Methods

public abstract void markerChanged (MarkerChangeEvent event)

Receives notification of a marker change event.

Parameters
event the event.