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


public interface MapInfoWindowBeforeCloseHandler

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


Nested Class Summary
static class MapInfoWindowBeforeCloseHandler.MapInfoWindowBeforeCloseEvent
          Encapsulates the arguments for the MapEvent.INFOWINDOWBEFORECLOSE event on a MapWidget.
 
Method Summary
 void onInfoWindowBeforeClose(MapInfoWindowBeforeCloseHandler.MapInfoWindowBeforeCloseEvent event)
          Method to be invoked when a MapEvent.INFOWINDOWBEFORECLOSE event fires on a MapWidget.
 

Method Detail

onInfoWindowBeforeClose

void onInfoWindowBeforeClose(MapInfoWindowBeforeCloseHandler.MapInfoWindowBeforeCloseEvent event)
Method to be invoked when a MapEvent.INFOWINDOWBEFORECLOSE event fires on a MapWidget.

Parameters:
event - contains the properties of the event.