Package org.gvsig.fmap.mapcontext.layers
Interface SelectionListener
- All Known Implementing Classes:
EventBuffer,LinkSelectionListener
public interface SelectionListener
The interface SelectionListener defines the interface for an object that listens
to changes in a vector layer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the selection in a vector layer has changed.
-
Method Details
-
selectionChanged
Called when the selection in a vector layer has changed.
The
SelectionEventevent must be launched invoking thefireSelectionEventsmethod of the layer.- Parameters:
e- a selection event on a vector layer
-