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