当可以传递模型时为什么要触发事件?

发布于 2024-12-17 06:28:44 字数 102 浏览 0 评论 0 原文

这是另一个非常普遍的问题。我想知道为什么有人需要使用 Backbone.Model.trigger,而他们可以简单地将有问题的模型传递给需要它的人并直接更改模型。什么时候使用触发方法?谢谢!

This is another very general question. I'm wondering why anyone ever needs to use Backbone.Model.trigger when instead, they can simply pass the model in question down to whoever needs it and change the model directly. When is the trigger method used?? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薯片软お妹 2024-12-24 06:28:44

我不确定我完全理解你的问题,但事件聚合器模型用于解耦视图。这意味着您可以在一个视图中触发()事件,并在另一个视图中响应它,而无需知道它来自哪里。

您可以在此处阅读有关与主干相关的事件聚合器模型的更多信息:http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/

I'm not sure I fully understand your question, but the Event Aggregator model is used to decouple views. This means that you can trigger() an event in one view, and respond to it in another view without needing to know where it came from.

You can read more about the event aggregator model relating to backbone here: http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文