Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.bounds.BoundsChangeMapHandler

Packages that use BoundsChangeMapHandler
com.google.gwt.maps.client   
com.google.gwt.maps.client.events.bounds   
com.google.gwt.maps.client.overlays   
 

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

Methods in com.google.gwt.maps.client with parameters of type BoundsChangeMapHandler
 HandlerRegistration MapWidget.addBoundsChangeHandler(BoundsChangeMapHandler handler)
          This event is fired when the viewport bounds have changed.
 HandlerRegistration MapImpl.addBoundsChangeHandler(BoundsChangeMapHandler handler)
          This event is fired when the viewport bounds have changed.
 

Uses of BoundsChangeMapHandler in com.google.gwt.maps.client.events.bounds
 

Fields in com.google.gwt.maps.client.events.bounds with type parameters of type BoundsChangeMapHandler
static GwtEvent.Type<BoundsChangeMapHandler> BoundsChangeMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.bounds that return types with arguments of type BoundsChangeMapHandler
 GwtEvent.Type<BoundsChangeMapHandler> BoundsChangeMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.bounds with parameters of type BoundsChangeMapHandler
protected  void BoundsChangeMapEvent.dispatch(BoundsChangeMapHandler handler)
           
 

Uses of BoundsChangeMapHandler in com.google.gwt.maps.client.overlays
 

Methods in com.google.gwt.maps.client.overlays with parameters of type BoundsChangeMapHandler
 HandlerRegistration Rectangle.addBoundsChangeHandler(BoundsChangeMapHandler handler)
           
 



Follow us on GitHub

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