|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapZoomEndHandler
Provides an interface to implement in order to receive MapEvent.ZOOMEND events
from the MapWidget
.
Nested Class Summary | |
---|---|
static class |
MapZoomEndHandler.MapZoomEndEvent
Encapsulates the arguments for the MapEvent.ZOOMEND event on a MapWidget . |
Method Summary | |
---|---|
void |
onZoomEnd(MapZoomEndHandler.MapZoomEndEvent event)
Method to be invoked when a MapEvent.ZOOMEND event fires on a MapWidget . |
Method Detail |
---|
void onZoomEnd(MapZoomEndHandler.MapZoomEndEvent event)
MapWidget
.
event
- contains the properties of the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |