com.google.gwt.maps.client.event
Interface MapInfoWindowOpenHandler


public interface MapInfoWindowOpenHandler

Provides an interface to implement in order to receive MapEvent.INFOWINDOWOPEN events from the MapWidget.


Nested Class Summary
static class MapInfoWindowOpenHandler.MapInfoWindowOpenEvent
          Encapsulates the arguments for the MapEvent.INFOWINDOWOPEN event on a MapWidget.
 
Method Summary
 void onInfoWindowOpen(MapInfoWindowOpenHandler.MapInfoWindowOpenEvent event)
          Method to be invoked when a MapEvent.INFOWINDOWOPEN event fires on a MapWidget.
 

Method Detail

onInfoWindowOpen

void onInfoWindowOpen(MapInfoWindowOpenHandler.MapInfoWindowOpenEvent event)
Method to be invoked when a MapEvent.INFOWINDOWOPEN event fires on a MapWidget.

Parameters:
event - contains the properties of the event.