Package org.jfree.chart.plot.dial
Interface DialLayerChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DialPlot
public interface DialLayerChangeListener extends EventListener
-
Method Summary
Modifier and Type Method Description voiddialLayerChanged(DialLayerChangeEvent event)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.
-