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


public interface InfoWindowRestoreClickHandler

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


Nested Class Summary
static class InfoWindowRestoreClickHandler.InfoWindowRestoreClickEvent
          Encapsulates the arguments for the MapEvent.RESTORECLICK event on a InfoWindow.
 
Method Summary
 void onRestoreClick(InfoWindowRestoreClickHandler.InfoWindowRestoreClickEvent event)
          Method to be invoked when a MapEvent.RESTORECLICK event fires on a InfoWindow.
 

Method Detail

onRestoreClick

void onRestoreClick(InfoWindowRestoreClickHandler.InfoWindowRestoreClickEvent event)
Method to be invoked when a MapEvent.RESTORECLICK event fires on a InfoWindow.

Parameters:
event - contains the properties of the event.