public class LinkSelectionListener extends java.lang.Object implements SelectionListener
| Constructor and Description |
|---|
LinkSelectionListener()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(SelectionEvent e)
Deprecated.
Called when the selection in a vector layer has changed.
|
public void selectionChanged(SelectionEvent e)
SelectionListenerCalled when the selection in a vector layer has changed.
The SelectionEvent event must be launched invoking
the fireSelectionEvents method of the layer.
selectionChanged in interface SelectionListenere - a selection event on a vector layercom.iver.cit.gvsig.fmap.layers.LegendListener#selectionChanged(com.iver.cit.gvsig.fmap.layers.LayerEvent)