com.google.gwt.maps.client.event
Class EarthInstanceHandler.EarthInstanceEvent

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

public static class EarthInstanceHandler.EarthInstanceEvent
extends java.util.EventObject

Encapsulates the arguments for the callback to MapWidget.getEarthInstance(EarthInstanceHandler).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EarthInstanceHandler.EarthInstanceEvent(MapWidget source, com.google.gwt.core.client.JavaScriptObject earthPlugin)
           
 
Method Summary
 com.google.gwt.core.client.JavaScriptObject getEarthInstance()
          Returns the instance of the earth that generated this event.
 
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

EarthInstanceHandler.EarthInstanceEvent

public EarthInstanceHandler.EarthInstanceEvent(MapWidget source,
                                               com.google.gwt.core.client.JavaScriptObject earthPlugin)
Method Detail

getEarthInstance

public com.google.gwt.core.client.JavaScriptObject getEarthInstance()
Returns the instance of the earth that generated this event. If the Earth plugin fails to initialize, the value returned will be null.

Returns:
the instance of the earth that generated this event.