public interface

DialLayerChangeListener

implements EventListener
org.jfree.chart.plot.dial.DialLayerChangeListener
Known Indirect Subclasses

Class Overview

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.

Summary

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

Public Methods

public abstract void dialLayerChanged (DialLayerChangeEvent event)

A call-back method for receiving notification of a change to a DialLayer.

Parameters
event the event.