Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.tiles.TilesLoadedMapHandler

Packages that use TilesLoadedMapHandler
com.google.gwt.maps.client   
com.google.gwt.maps.client.events.tiles   
 

Uses of TilesLoadedMapHandler in com.google.gwt.maps.client
 

Methods in com.google.gwt.maps.client with parameters of type TilesLoadedMapHandler
 HandlerRegistration MapWidget.addTilesLoadedHandler(TilesLoadedMapHandler handler)
          This event is fired when the visible tiles have finished loading.
 HandlerRegistration MapImpl.addTilesLoadedHandler(TilesLoadedMapHandler handler)
          This event is fired when the visible tiles have finished loading.
 

Uses of TilesLoadedMapHandler in com.google.gwt.maps.client.events.tiles
 

Fields in com.google.gwt.maps.client.events.tiles with type parameters of type TilesLoadedMapHandler
static GwtEvent.Type<TilesLoadedMapHandler> TilesLoadedMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.tiles that return types with arguments of type TilesLoadedMapHandler
 GwtEvent.Type<TilesLoadedMapHandler> TilesLoadedMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.tiles with parameters of type TilesLoadedMapHandler
protected  void TilesLoadedMapEvent.dispatch(TilesLoadedMapHandler handler)
           
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.