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