com.google.gwt.maps.client.event
Class GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent
java.lang.Object
java.util.EventObject
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
Fields inherited from class java.util.EventObject |
source |
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 |
GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent
public GroundOverlayVisibilityChangedHandler.GroundOverlayVisibilityChangedEvent(GroundOverlay source,
boolean visible)
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.