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


public interface MarkerInfoWindowOpenHandler

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


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

Method Detail

onInfoWindowOpen

void onInfoWindowOpen(MarkerInfoWindowOpenHandler.MarkerInfoWindowOpenEvent event)
Method to be invoked when a MapEvent.INFOWINDOWOPEN event fires on a Marker.

Parameters:
event - contains the properties of the event.