包 | mx.core |
接口 | public interface ISWFBridgeProvider |
实现器 | SystemManager, WindowedSystemManager |
属性 | 定义方 | ||
---|---|---|---|
childAllowsParent : Boolean [只读 (read-only)] 测试子级是否允许其父级访问子级的显示对象或侦听源于子级的消息。 | ISWFBridgeProvider | ||
parentAllowsChild : Boolean [只读 (read-only)] 测试父级是否允许其子级访问父级的显示对象或侦听源于父级的消息。 | ISWFBridgeProvider | ||
swfBridge : IEventDispatcher [只读 (read-only)] 通向与此接口的实现器关联的应用程序的桥。 | ISWFBridgeProvider |
childAllowsParent | 属性 |
childAllowsParent:Boolean
[只读 (read-only)]
测试子级是否允许其父级访问子级的显示对象或侦听源于子级的消息。如果允许访问,则为 true
;否则为 false
。
public function get childAllowsParent():Boolean
parentAllowsChild | 属性 |
parentAllowsChild:Boolean
[只读 (read-only)]
测试父级是否允许其子级访问父级的显示对象或侦听源于父级的消息。如果允许访问,则为 true
;否则为 false
。
public function get parentAllowsChild():Boolean
swfBridge | 属性 |
swfBridge:IEventDispatcher
[只读 (read-only)] 通向与此接口的实现器关联的应用程序的桥。可用于向不同 ApplicationDomain 或不同沙箱中的应用程序发送事件的 IEventDispatcher。
public function get swfBridge():IEventDispatcher