public interface SelectionListener
The interface SelectionListener defines the interface for an object that listens
to changes in a vector layer.
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(SelectionEvent e)
Called when the selection in a vector layer has changed.
|
void selectionChanged(SelectionEvent e)
Called when the selection in a vector layer has changed.
The SelectionEvent event must be launched invoking
the fireSelectionEvents method of the layer.
e - a selection event on a vector layer