com.google.maps.gwt.client
Interface GoogleMap.MouseMoveHandler

Enclosing class:
GoogleMap

public static interface GoogleMap.MouseMoveHandler

This event is fired whenever the user's mouse moves over the map container.


Method Summary
 void handle(MouseEvent event)
          Override to handle event.
 

Method Detail

handle

void handle(MouseEvent event)
Override to handle event.