Interface SelectionListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
LayerManager
public interface SelectionListener extends java.util.EventListenerDefines an interface for listening to selection changes. Selection events are fired by the SelectionManager. Components can listen to such events by implementing the SelectionListener interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(SelectionEvent evt)This method is called when a selection event is fired.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(SelectionEvent evt)
This method is called when a selection event is fired.- Parameters:
evt-
-
-