Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.idle.IdleMapHandler

Packages that use IdleMapHandler
com.google.gwt.maps.client   
com.google.gwt.maps.client.events.idle   
 

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

Methods in com.google.gwt.maps.client with parameters of type IdleMapHandler
 HandlerRegistration MapWidget.addIdleHandler(IdleMapHandler handler)
          This event is fired when the map becomes idle after panning or zooming.
 HandlerRegistration MapImpl.addIdleHandler(IdleMapHandler handler)
          This event is fired when the map becomes idle after panning or zooming.
 

Uses of IdleMapHandler in com.google.gwt.maps.client.events.idle
 

Fields in com.google.gwt.maps.client.events.idle with type parameters of type IdleMapHandler
static GwtEvent.Type<IdleMapHandler> IdleMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.idle that return types with arguments of type IdleMapHandler
 GwtEvent.Type<IdleMapHandler> IdleMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.idle with parameters of type IdleMapHandler
protected  void IdleMapEvent.dispatch(IdleMapHandler handler)
           
 



Follow us on GitHub

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