Package org.jfree.chart.plot.dial
Interface DialLayerChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DialPlot
-
Method Summary
Modifier and TypeMethodDescriptionvoid
A 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.
-