Package org.gvsig.fmap.mapcontrol
Class MapControl.MapContextListener
java.lang.Object
org.gvsig.fmap.mapcontrol.MapControl.MapContextListener
- All Implemented Interfaces:
org.gvsig.fmap.mapcontext.events.listeners.AtomicEventListener
- Enclosing class:
MapControl
public class MapControl.MapContextListener
extends Object
implements org.gvsig.fmap.mapcontext.events.listeners.AtomicEventListener
invalid input: '<'p
MapContextListener listens all events produced in a
MapControl's MapContext object during an atomic
period of time, and sets it to dirty, executing
drawMap(false), if any of the
following conditions is accomplished:
- Any of the
LayerEventin theAtomicEventparameter notifies a visibility change. - There is at least one
ColorEventin theAtomicEventparameter. - There is at least one
ExtentEventin theAtomicEventparameter. - Any of the
LayerCollectionEventin theAtomicEventparameter notifies that a driver's layer has reloaded it successfully. - There is at least one
LegendEventin theAtomicEventparameter. - There is at least one
SelectionEventin theAtomicEventparameter.
- Author:
- Fernando Gonz�lez Cort�s
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidatomicEvent(org.gvsig.fmap.mapcontext.events.AtomicEvent e)
-
Constructor Details
-
MapContextListener
public MapContextListener()
-
-
Method Details
-
atomicEvent
public void atomicEvent(org.gvsig.fmap.mapcontext.events.AtomicEvent e) - Specified by:
atomicEventin interfaceorg.gvsig.fmap.mapcontext.events.listeners.AtomicEventListener- See Also:
-