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


public interface InfoWindowCloseClickHandler

Provides an interface to implement in order to receive MapEvent.CLOSECLICK events from the InfoWindow.


Nested Class Summary
static class InfoWindowCloseClickHandler.InfoWindowCloseClickEvent
          Encapsulates the arguments for the MapEvent.CLOSECLICK event on a InfoWindow.
 
Method Summary
 void onCloseClick(InfoWindowCloseClickHandler.InfoWindowCloseClickEvent event)
          Method to be invoked when a MapEvent.CLOSECLICK event fires on a InfoWindow.
 

Method Detail

onCloseClick

void onCloseClick(InfoWindowCloseClickHandler.InfoWindowCloseClickEvent event)
Method to be invoked when a MapEvent.CLOSECLICK event fires on a InfoWindow.

Parameters:
event - contains the properties of the event.