Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.visible.VisibleChangeMapHandler

Packages that use VisibleChangeMapHandler
com.google.gwt.maps.client.events.visible   
com.google.gwt.maps.client.overlays   
com.google.gwt.maps.client.streetview   
 

Uses of VisibleChangeMapHandler in com.google.gwt.maps.client.events.visible
 

Fields in com.google.gwt.maps.client.events.visible with type parameters of type VisibleChangeMapHandler
static GwtEvent.Type<VisibleChangeMapHandler> VisibleChangeMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.visible that return types with arguments of type VisibleChangeMapHandler
 GwtEvent.Type<VisibleChangeMapHandler> VisibleChangeMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.visible with parameters of type VisibleChangeMapHandler
protected  void VisibleChangeMapEvent.dispatch(VisibleChangeMapHandler handler)
           
 

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

Methods in com.google.gwt.maps.client.overlays with parameters of type VisibleChangeMapHandler
 HandlerRegistration Marker.addVisibleChangeHandler(VisibleChangeMapHandler handler)
          This event is fired when the marker's visible property changes.
 

Uses of VisibleChangeMapHandler in com.google.gwt.maps.client.streetview
 

Methods in com.google.gwt.maps.client.streetview with parameters of type VisibleChangeMapHandler
 HandlerRegistration StreetViewPanoramaWidget.addVisibleChangeHandler(VisibleChangeMapHandler handler)
          This event is fired when the panorama's visibility changes.
 HandlerRegistration StreetViewPanoramaImpl.addVisibleChangeHandler(VisibleChangeMapHandler handler)
          This event is fired when the panorama's visibility changes.
 



Follow us on GitHub

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