Package org.jfree.chart.plot.dial
Interface DialLayerChangeListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
DialPlot
public interface DialLayerChangeListener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddialLayerChanged(DialLayerChangeEvent event)A call-back method for receiving notification of a change to aDialLayer.
-
-
-
Method Detail
-
dialLayerChanged
void dialLayerChanged(DialLayerChangeEvent event)
A call-back method for receiving notification of a change to aDialLayer.- Parameters:
event- the event.
-
-