-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DialPlot
public interface DialLayerChangeListener extends 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.
-
-