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