com.google.maps.gwt.client
Interface InfoWindow.DomReadyHandler

Enclosing class:
InfoWindow

public static interface InfoWindow.DomReadyHandler

This event is fired when the <div> containing the InfoWindow 's content is attached to the DOM. You may wish to monitor this event if you are building out your info window content dynamically.


Method Summary
 void handle()
          Override to handle event.
 

Method Detail

handle

void handle()
Override to handle event.