- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
嗨,只是想知道是否可以利用 AS3 中非显示列表类中的事件冒泡。
例如,在一个应用程序模型中,有一个包含许多汽车的 City 类。有哪些方法可以将事件监听器附加到 City 对象并接收从子 Cars 冒泡的事件。澄清 City 和 Car 对象不是显示列表的一部分,它们不是 DisplayObjects。那么冒泡可以以某种方式在显示列表之外实现吗?
据我所知,如果不手动将事件监听器附加到每个 Car 对象并从 City 对象重新调度事件,这是不可能的。其他人有更清洁的解决方案吗?
最佳答案
我不确定我是否完全理解,但是当你创建一个事件时,你可以说它是冒泡的,所以当它调度时它会冒泡。
http://livedocs.adobe.com/flex/3/html/help.html?content=createevents_3.html
http://livedocs.adobe.com/flex/3/langref/flash/events/Event.html#Event()
我相信这将允许您将事件监听器附加到您的城市以获取正确类型的事件,并且可以捕获汽车抛出的事件。我从来没有尝试过这个,所以我不确定。
更新:
啊,我没有意识到这一点。你是对的。从以下链接:
http://livedocs.adobe.com/flex/3/html/help.html?content=events_08.html
Capturing and bubbling happen as the Event object moves from node to node in the display list: parent-to-child for capturing and child-to-parent for bubbling. This process has nothing to do with the inheritance hierarchy. Only DisplayObject objects (visual objects such as containers and controls) can have a capturing phase and a bubbling phase in addition to the targeting phase.
关于actionscript-3 - 场景图/显示列表之外的 AS3 事件冒泡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/662274/
我是一名优秀的程序员,十分优秀!