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