Packagecom.google.maps.interfaces
Interfacepublic interface IWrappableEventDispatcher extends flash.events.IEventDispatcher, IWrappable
SubinterfacesIClientGeocoder, IControl, ICopyrightCollection, IDirections, IMap, IMapType, IOverlay, IPane

IWrappableEventDispatcher is the base interface for all objects that provide cross-domain event dispatching functionality.



Public Properties
 PropertyDefined by
 InheritedinterfaceChain : Array
List of interfaces for wrapping this object.
IWrappable
 Inheritedwrapper : Object
Instance of the cross-domain wrapper for this object.
IWrappable
Public Methods
 MethodDefined by
  
Retrieves the base event dispatcher object that allows access to event dispatching capability for cross-domain objects.
IWrappableEventDispatcher
Method detail
getBaseEventDispatcher()method
public function getBaseEventDispatcher():Object

Retrieves the base event dispatcher object that allows access to event dispatching capability for cross-domain objects.

Returns
Object — Base dispatcher object. Note that the object returned by this method should implement all methods of IEventDispatcher interface.