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


public interface MapInfoWindowCloseHandler

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


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

Method Detail

onInfoWindowClose

void onInfoWindowClose(MapInfoWindowCloseHandler.MapInfoWindowCloseEvent event)
Method to be invoked when a MapEvent.INFOWINDOWCLOSE event fires on a MapWidget.

Parameters:
event - contains the properties of the event.