Package org.gvsig.fmap.mapcontext.layers
Class LinkSelectionListener
java.lang.Object
org.gvsig.fmap.mapcontext.layers.LinkSelectionListener
- All Implemented Interfaces:
SelectionListener
Listener que está pendiente de la selección que se haga sobre la tabla para
poder seleccionar de la tabla linkada los registros oportunos.
- Author:
- Vicente Caballero Navarro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the selection in a vector layer has changed.
-
Constructor Details
-
LinkSelectionListener
public LinkSelectionListener()
-
-
Method Details
-
selectionChanged
Description copied from interface:SelectionListenerCalled when the selection in a vector layer has changed.
The
SelectionEventevent must be launched invoking thefireSelectionEventsmethod of the layer.- Specified by:
selectionChangedin interfaceSelectionListener- Parameters:
e- a selection event on a vector layer- See Also:
-