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