com.esri.map
Interface MapEventListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- MapEventListenerAdapter, MapEventMulticaster
public interface MapEventListener
- extends EventListener
The listener interface for receiving mapEvent events.
The class that is interested in processing a mapEvent
event implements this interface, and the object created
with that class is registered with a component using the
component's addMapEventListener method. When
the mapEvent event occurs, that object's appropriate
method is invoked.
- See Also:
MapEventEvent
mapReady
void mapReady(MapEvent event)
mapExtentChanged
void mapExtentChanged(MapEvent event)
mapDispose
void mapDispose(MapEvent event)
- Fired just before the resources of
JMap
are disposed.
- Parameters:
event
- the event indicating map disposal.
Copyright © 2012. All Rights Reserved.