Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的类中触发事件以让其他类得到通知,但是尝试查看文档后我似乎找不到任何东西。
我应该创建自己的 Observable 类吗?
Dart 事件模型主要关注 HTML DOM 事件。有几个社区努力实现了更通用的事件模型:
Dartlib 事件模型 (Kevin Moore)
DartNet 事件模型(我的项目),受 .net 启发
在 Buckshot 库中,还有一个使用事件模型的 ObservableList 实现,但这不是我见过的唯一浮动的 ObservableList,因此您可能会找到更适合您需要的东西。:)
按照此错误进行更新:http ://code.google.com/p/dart/issues/detail?id=1873