Package | com.google.maps.interfaces |
Interface | public interface IWrappableEventDispatcher extends flash.events.IEventDispatcher, IWrappable |
Subinterfaces | IClientGeocoder, IControl, ICopyrightCollection, IDirections, IMap, IMapType, IOverlay, IPane |
Method | Defined by | ||
---|---|---|---|
getBaseEventDispatcher():Object
Retrieves the base event dispatcher object that allows access to event
dispatching capability for cross-domain objects.
| IWrappableEventDispatcher |
getBaseEventDispatcher | () | method |
public function getBaseEventDispatcher():Object
Retrieves the base event dispatcher object that allows access to event dispatching capability for cross-domain objects.
ReturnsObject — Base dispatcher object. Note that the object returned by this
method should implement all methods of IEventDispatcher interface.
|