Uses of Interface
com.google.gwt.maps.client.events.place.PlaceChangeMapHandler

Packages that use PlaceChangeMapHandler
com.google.gwt.maps.client.events.place   
com.google.gwt.maps.client.placeslib   
 

Uses of PlaceChangeMapHandler in com.google.gwt.maps.client.events.place
 

Fields in com.google.gwt.maps.client.events.place with type parameters of type PlaceChangeMapHandler
static GwtEvent.Type<PlaceChangeMapHandler> PlaceChangeMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.place that return types with arguments of type PlaceChangeMapHandler
 GwtEvent.Type<PlaceChangeMapHandler> PlaceChangeMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.place with parameters of type PlaceChangeMapHandler
protected  void PlaceChangeMapEvent.dispatch(PlaceChangeMapHandler handler)
           
 

Uses of PlaceChangeMapHandler in com.google.gwt.maps.client.placeslib
 

Methods in com.google.gwt.maps.client.placeslib with parameters of type PlaceChangeMapHandler
 HandlerRegistration Autocomplete.addPlaceChangeHandler(PlaceChangeMapHandler handler)
          This event is fired when a PlaceResult is made available for a Place the user has selected.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.