com.iver.cit.gvsig.fmap
Class MapControl.MapContextListener

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.MapControl.MapContextListener
All Implemented Interfaces:
AtomicEventListener
Enclosing class:
MapControl

public class MapControl.MapContextListener
extends java.lang.Object
implements AtomicEventListener

Listener sobre el MapContext.

Author:
Fernando González Cortés

Constructor Summary
MapControl.MapContextListener()
           
 
Method Summary
 void atomicEvent(AtomicEvent e)
          Llamada a los eventos contenidos dentro de AtomicEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapControl.MapContextListener

public MapControl.MapContextListener()
Method Detail

atomicEvent

public void atomicEvent(AtomicEvent e)
Description copied from interface: AtomicEventListener
Llamada a los eventos contenidos dentro de AtomicEvent.

Specified by:
atomicEvent in interface AtomicEventListener
Parameters:
e - AtomicEvent.
See Also:
AtomicEventListener.atomicEvent(com.iver.cit.gvsig.fmap.AtomicEvent)