Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
mx.core 

ISWFBridgeGroup  - AS3 Flex

Pacotemx.core
Interfacepublic interface ISWFBridgeGroup extends IEventDispatcher
Implementadores SWFBridgeGroup

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: 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.



Propriedades públicas
 PropriedadeDefinido por
  parentBridge : IEventDispatcher
The bridge that is used to communicate with this group's parent application.
ISWFBridgeGroup
Métodos públicos
 MétodoDefinido por
  
Adds a new bridge to the pod.
ISWFBridgeGroup
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento.
IEventDispatcher
  
Tests if the given bridge is one of the sandbox bridges in this group.
ISWFBridgeGroup
 Inherited
Envia um evento para o fluxo de eventos.
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
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento.
IEventDispatcher
  
Removes the child bridge.
ISWFBridgeGroup
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Remove um ouvinte do objeto EventDispatcher.
IEventDispatcher
 Inherited
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado.
IEventDispatcher
Detalhes da propriedade

parentBridge

propriedade
parentBridge:IEventDispatcher

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

The bridge that is used to communicate with this group's parent application.



Implementação
    public function get parentBridge():IEventDispatcher
    public function set parentBridge(value:IEventDispatcher):void
Detalhes do método

addChildBridge

()método
public function addChildBridge(bridge:IEventDispatcher, bridgeProvider:ISWFBridgeProvider):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

Adds a new bridge to the pod.

Parâmetros

bridge:IEventDispatcher — The bridge to communicate with the child content.
 
bridgeProvider:ISWFBridgeProvider — The DisplayObject that loaded the content represented by the bridge. Usually this is will be an instance of the SWFLoader class.

containsBridge

()método 
public function containsBridge(bridge:IEventDispatcher):Boolean

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

Tests if the given bridge is one of the sandbox bridges in this group.

Parâmetros

bridge:IEventDispatcher — The bridge to test.

Retorna
Booleantrue if the handle is found; otherwise false.

getChildBridgeProvider

()método 
public function getChildBridgeProvider(bridge:IEventDispatcher):ISWFBridgeProvider

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

Gets the owner of a bridge and also the DisplayObject that loaded the child. This method is useful when an event is received and the event.target is the bridge. The bridge can then be converted into the owning DisplayObject.

Parâmetros

bridge:IEventDispatcher — The target bridge.

Retorna
ISWFBridgeProvider — The object that loaded the child.

getChildBridges

()método 
public function getChildBridges():Array

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

Gets all of the child bridges in this group.

Retorna
Array — An array of all the child bridges in this group. Each object in the array is of type IEventDispatcher.

removeChildBridge

()método 
public function removeChildBridge(bridge:IEventDispatcher):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

Removes the child bridge.

Parâmetros

bridge:IEventDispatcher — The bridge to remove.





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.