Package org.jfree.chart.plot.dial
Interface DialLayerChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DialPlot
The interface via which an object is notified of changes to a
DialLayer. The DialPlot class listens for changes to its
layers in this way.- Since:
- 1.0.7
-
Method Summary
Modifier and TypeMethodDescriptionvoidA call-back method for receiving notification of a change to aDialLayer.
-
Method Details
-
dialLayerChanged
A call-back method for receiving notification of a change to aDialLayer.- Parameters:
event- the event.
-