|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapDragEndHandler
Provides an interface to implement in order to receive MapEvent.DRAGEND
events from the MapWidget
.
Nested Class Summary | |
---|---|
static class |
MapDragEndHandler.MapDragEndEvent
Encapsulates the arguments for the MapEvent.DRAGEND event on a MapWidget . |
Method Summary | |
---|---|
void |
onDragEnd(MapDragEndHandler.MapDragEndEvent event)
Method to be invoked when a MapEvent.DRAGEND event fires on a MapWidget . |
Method Detail |
---|
void onDragEnd(MapDragEndHandler.MapDragEndEvent 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 |