|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapEventListener
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.
MapEventEvent
Method Summary
void
mapDispose(MapEvent event)
Fired just before the resources of JMap
are disposed.
void
mapExtentChanged(MapEvent event)
void
mapReady(MapEvent event)
Method Detail
mapReady
void mapReady(MapEvent event)
mapExtentChanged
void mapExtentChanged(MapEvent event)
mapDispose
void mapDispose(MapEvent event)
JMap
are disposed.
event
- the event indicating map disposal.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2012. All Rights Reserved.