BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.core 

ISWFBridgeGroup  - AS3 Flex

(Preview)
Packagemx.core
Interfacepublic interface ISWFBridgeGroup extends IEventDispatcher
Implementors SWFBridgeGroup

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

A sandbox bridge group is a group of bridges that represent applications that this application can communicate with. This application can not share memory with, or can not have access to, the other applications in the group, but uses the bridge to communicate with these applications.



Public Properties
 PropertyDefined By
  parentBridge : IEventDispatcher
The bridge that is used to communicate with this group's parent application.
ISWFBridgeGroup
Public Methods
 MethodDefined By
  
Adds a new bridge to the pod.
ISWFBridgeGroup
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
IEventDispatcher
  
Tests if the given bridge is one of the sandbox bridges in this group.
ISWFBridgeGroup
 Inherited
Dispatches an event into the event flow.
IEventDispatcher
  
Gets the owner of a bridge and also the DisplayObject that loaded the child.
ISWFBridgeGroup
  
Gets all of the child bridges in this group.
ISWFBridgeGroup
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
IEventDispatcher
  
Removes the child bridge.
ISWFBridgeGroup
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
IEventDispatcher
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
IEventDispatcher
Property Detail
Method Detail