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


public interface InfoWindowMaximizeClickHandler

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


Nested Class Summary
static class InfoWindowMaximizeClickHandler.InfoWindowMaximizeClickEvent
          Encapsulates the arguments for the MapEvent.MAXIMIZECLICK event on a InfoWindow.
 
Method Summary
 void onMaximizeClick(InfoWindowMaximizeClickHandler.InfoWindowMaximizeClickEvent event)
          Method to be invoked when a MapEvent.MAXIMIZECLICK event fires on a InfoWindow.
 

Method Detail

onMaximizeClick

void onMaximizeClick(InfoWindowMaximizeClickHandler.InfoWindowMaximizeClickEvent event)
Method to be invoked when a MapEvent.MAXIMIZECLICK event fires on a InfoWindow.

Parameters:
event - contains the properties of the event.