Interface ViewPortListenerEx1
- All Superinterfaces:
ViewPortListener
- All Known Implementing Classes:
EventBuffer
Defines the interface for an object that listens to changes in a view port.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the selection color of the view port has changed.Methods inherited from interface org.gvsig.fmap.mapcontext.events.listeners.ViewPortListener
backColorChanged, extentChanged, projectionChanged
-
Method Details
-
selectionColorChanged
Called when the selection color of the view port has changed.
- Parameters:
e- a color event object
-