com.esri.map
Class MapEventListenerAdapter
java.lang.Object
com.esri.map.MapEventListenerAdapter
- All Implemented Interfaces:
- MapEventListener, EventListener
public class MapEventListenerAdapter
- extends Object
- implements MapEventListener
Extend this class to handle map events when you are only interested
in some of the events on the MapEventListener interface. Override the
methods you are interested in handling and ignore the rest.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEventListenerAdapter
public MapEventListenerAdapter()
mapReady
public void mapReady(MapEvent event)
- Specified by:
mapReady
in interface MapEventListener
mapExtentChanged
public void mapExtentChanged(MapEvent event)
- Specified by:
mapExtentChanged
in interface MapEventListener
mapDispose
public void mapDispose(MapEvent event)
- Description copied from interface:
MapEventListener
- Fired just before the resources of
JMap
are disposed.
- Specified by:
mapDispose
in interface MapEventListener
- Parameters:
event
- the event indicating map disposal.
Copyright © 2012. All Rights Reserved.