|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapClickHandler
Provides an interface to implement in order to receive click events from the
MapWidget
. Note that this event fired twice when the user intends to
send a double click.
Nested Class Summary | |
---|---|
static class |
MapClickHandler.MapClickEvent
Encapsulates the arguments for the "click" event on a MapWidget . |
Method Summary | |
---|---|
void |
onClick(MapClickHandler.MapClickEvent event)
Method to be invoked when a "click" event fires on a MapWidget . |
Method Detail |
---|
void onClick(MapClickHandler.MapClickEvent 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 |