com.google.gwt.maps.client.event
Class StreetviewInitializedHandler.StreetviewInitializedEvent

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

public static class StreetviewInitializedHandler.StreetviewInitializedEvent
extends java.util.EventObject

Encapsulates the arguments for the MapEvent.INITIALIZED event on a StreetviewPanoramaWidget.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StreetviewInitializedHandler.StreetviewInitializedEvent(StreetviewPanoramaWidget source, StreetviewLocation location)
           
 
Method Summary
 StreetviewLocation getLocation()
          Returns the location with which the StreetviewPanoramaWidget is initialized.
 StreetviewPanoramaWidget getSender()
          Returns the instance of the StreetviewPanoramaWidget 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

StreetviewInitializedHandler.StreetviewInitializedEvent

public StreetviewInitializedHandler.StreetviewInitializedEvent(StreetviewPanoramaWidget source,
                                                               StreetviewLocation location)
Method Detail

getLocation

public StreetviewLocation getLocation()
Returns the location with which the StreetviewPanoramaWidget is initialized.

Returns:
the location with which the StreetviewPanoramaWidget is initialized.

getSender

public StreetviewPanoramaWidget getSender()
Returns the instance of the StreetviewPanoramaWidget that generated this event.

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