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


public interface InfoWindowRestoreEndHandler

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


Nested Class Summary
static class InfoWindowRestoreEndHandler.InfoWindowRestoreEndEvent
          Encapsulates the arguments for the MapEvent.RESTOREEND event on a InfoWindow.
 
Method Summary
 void onRestoreEnd(InfoWindowRestoreEndHandler.InfoWindowRestoreEndEvent event)
          Method to be invoked when a MapEvent.RESTOREEND event fires on a InfoWindow.
 

Method Detail

onRestoreEnd

void onRestoreEnd(InfoWindowRestoreEndHandler.InfoWindowRestoreEndEvent event)
Method to be invoked when a MapEvent.RESTOREEND event fires on a InfoWindow.

Parameters:
event - contains the properties of the event.