Uses of Interface
org.jfree.chart.plot.dial.DialLayerChangeListener
Packages that use DialLayerChangeListener
-
Uses of DialLayerChangeListener in org.jfree.chart.plot.dial
Classes in org.jfree.chart.plot.dial that implement DialLayerChangeListenerMethods in org.jfree.chart.plot.dial with parameters of type DialLayerChangeListenerModifier and TypeMethodDescriptionvoid
AbstractDialLayer.addChangeListener
(DialLayerChangeListener listener) Registers an object for notification of changes to the dial layer.void
DialLayer.addChangeListener
(DialLayerChangeListener listener) Registers a listener with this layer, so that it receives notification of changes to this layer.void
AbstractDialLayer.removeChangeListener
(DialLayerChangeListener listener) Deregisters an object for notification of changes to the dial layer.void
DialLayer.removeChangeListener
(DialLayerChangeListener listener) Deregisters a listener, so that it no longer receives notification of changes to this layer.