Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.directions.DirectionsChangeMapHandler

Packages that use DirectionsChangeMapHandler
com.google.gwt.maps.client.events.directions   
com.google.gwt.maps.client.services   
 

Uses of DirectionsChangeMapHandler in com.google.gwt.maps.client.events.directions
 

Fields in com.google.gwt.maps.client.events.directions with type parameters of type DirectionsChangeMapHandler
static GwtEvent.Type<DirectionsChangeMapHandler> DirectionsChangeMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.directions that return types with arguments of type DirectionsChangeMapHandler
 GwtEvent.Type<DirectionsChangeMapHandler> DirectionsChangeMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.directions with parameters of type DirectionsChangeMapHandler
protected  void DirectionsChangeMapEvent.dispatch(DirectionsChangeMapHandler handler)
           
 

Uses of DirectionsChangeMapHandler in com.google.gwt.maps.client.services
 

Methods in com.google.gwt.maps.client.services with parameters of type DirectionsChangeMapHandler
 HandlerRegistration DirectionsRenderer.addDirectionsChangeHandler(DirectionsChangeMapHandler handler)
          This event is fired when the rendered directions change, either when a new DirectionsResult is set or when the user finishes dragging a change to the directions path.
 



Follow us on GitHub

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