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
.
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.