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


public interface MarkerInfoWindowCloseHandler

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


Nested Class Summary
static class MarkerInfoWindowCloseHandler.MarkerInfoWindowCloseEvent
          Encapsulates the arguments for the MapEvent.INFOWINDOWCLOSE event on a Marker.
 
Method Summary
 void onInfoWindowClose(MarkerInfoWindowCloseHandler.MarkerInfoWindowCloseEvent event)
          Method to be invoked when a MapEvent.INFOWINDOWCLOSE event fires on a Marker.
 

Method Detail

onInfoWindowClose

void onInfoWindowClose(MarkerInfoWindowCloseHandler.MarkerInfoWindowCloseEvent event)
Method to be invoked when a MapEvent.INFOWINDOWCLOSE event fires on a Marker.

Parameters:
event - contains the properties of the event.