Interface EditChangeListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
LayerManager
public interface EditChangeListener extends java.util.EventListenerImplementers will be notified when a layer content is edited
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideditStateChanged(javax.swing.event.ChangeEvent e)Invoked when the layer has changed as a result of editing it's objects
-