| Package | Description |
|---|---|
| org.jfree.chart.event | |
| org.jfree.chart.plot |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerChangeListener.markerChanged(MarkerChangeEvent event)
Receives notification of a marker change event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plot.markerChanged(MarkerChangeEvent event)
Receives notification of a change to a marker that is assigned to the
plot.
|
void |
Marker.notifyListeners(MarkerChangeEvent event)
Notifies all registered listeners that the marker has been modified.
|