org.jfree.chart.plot.dial

Interface DialLayerChangeListener

All Superinterfaces:
EventListener
Known Implementing Classes:
DialPlot

public interface DialLayerChangeListener
extends EventListener

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.

Method Summary

void
dialLayerChanged(DialLayerChangeEvent event)
A call-back method for receiving notification of a change to a DialLayer.

Method Details

dialLayerChanged

public void dialLayerChanged(DialLayerChangeEvent event)
A call-back method for receiving notification of a change to a DialLayer.
Parameters:
event - the event.