com.google.gwt.maps.client.event
Interface GroundOverlayVisibilityChangedHandler


public interface GroundOverlayVisibilityChangedHandler

Provides an interface to implement in order to receive MapEvent.VISIBILITYCHANGED events from the GroundOverlay.


Nested Class Summary
static class GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent
          Encapsulates the arguments for the MapEvent.VISIBILITYCHANGED event on a GroundOverlay.
 
Method Summary
 void onVisibilityChanged(GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent event)
          Method to be invoked when a MapEvent.VISIBILITYCHANGED event fires on a GroundOverlay.
 

Method Detail

onVisibilityChanged

void onVisibilityChanged(GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent event)
Method to be invoked when a MapEvent.VISIBILITYCHANGED event fires on a GroundOverlay.

Parameters:
event - contains the properties of the event.