com.esri.map
Class MapEventListenerAdapter

java.lang.Object
  extended by 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.


Constructor Summary
MapEventListenerAdapter()
           
 
Method Summary
 void mapDispose(MapEvent event)
          Fired just before the resources of JMap are disposed.
 void mapExtentChanged(MapEvent event)
           
 void mapReady(MapEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEventListenerAdapter

public MapEventListenerAdapter()
Method Detail

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.