com.google.gwt.maps.client.event
Class GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.google.gwt.maps.client.event.GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
GroundOverlayVisibilityChangedHandler

public static class GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent
extends java.util.EventObject

Encapsulates the arguments for the MapEvent.VISIBILITYCHANGED event on a GroundOverlay.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent(GroundOverlay source, boolean visible)
           
 
Method Summary
 GroundOverlay getSender()
          Returns the instance of the ground overlay that generated this event.
 boolean isVisible()
          Returns the visible state of the GroundOverlay.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent

public GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent(GroundOverlay source,
                                                                                 boolean visible)
Method Detail

getSender

public GroundOverlay getSender()
Returns the instance of the ground overlay that generated this event.

Returns:
the instance of the ground overlay that generated this event.

isVisible

public boolean isVisible()
Returns the visible state of the GroundOverlay.

Returns:
true if the GroundOverlay is visible.