Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.center.CenterChangeMapHandler

Packages that use CenterChangeMapHandler
com.google.gwt.maps.client   
com.google.gwt.maps.client.events.center   
com.google.gwt.maps.client.overlays   
 

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

Methods in com.google.gwt.maps.client with parameters of type CenterChangeMapHandler
 HandlerRegistration MapWidget.addCenterChangeHandler(CenterChangeMapHandler handler)
          This event is fired when the map center property changes.
 HandlerRegistration MapImpl.addCenterChangeHandler(CenterChangeMapHandler handler)
          This event is fired when the map center property changes.
 

Uses of CenterChangeMapHandler in com.google.gwt.maps.client.events.center
 

Fields in com.google.gwt.maps.client.events.center with type parameters of type CenterChangeMapHandler
static GwtEvent.Type<CenterChangeMapHandler> CenterChangeMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.center that return types with arguments of type CenterChangeMapHandler
 GwtEvent.Type<CenterChangeMapHandler> CenterChangeMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.center with parameters of type CenterChangeMapHandler
protected  void CenterChangeMapEvent.dispatch(CenterChangeMapHandler handler)
           
 

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

Methods in com.google.gwt.maps.client.overlays with parameters of type CenterChangeMapHandler
 HandlerRegistration Circle.addCenterChangeHandler(CenterChangeMapHandler handler)
          add center change handler
 



Follow us on GitHub

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