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


public interface InfoWindowMaximizeEndHandler

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


Nested Class Summary
static class InfoWindowMaximizeEndHandler.InfoWindowMaximizeEndEvent
          Encapsulates the arguments for the MapEvent.MAXIMIZEEND event on a InfoWindow.
 
Method Summary
 void onMaximizeEnd(InfoWindowMaximizeEndHandler.InfoWindowMaximizeEndEvent event)
          Method to be invoked when a MapEvent.MAXIMIZEEND event fires on a InfoWindow.
 

Method Detail

onMaximizeEnd

void onMaximizeEnd(InfoWindowMaximizeEndHandler.InfoWindowMaximizeEndEvent event)
Method to be invoked when a MapEvent.MAXIMIZEEND event fires on a InfoWindow.

Parameters:
event - contains the properties of the event.