使用 Prism 4 进行事件聚合
有人可以确认我关于 PRISM 4 中事件聚合的说法是否正确吗?
是否是在事件首先发布之前您无法订阅该事件,或者我是否遗漏了某些内容?
Can someone please confirm whether I am right about event aggregation in PRISM 4?
Is it the case that you cannot subscribe for an event until the event has been published first or am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您可以随时订阅事件,否则订阅者将需要对发布者有深入的了解,这将违背中介者模式的目的。
No, you can subscribe to an event at any time, otherwise the subscriber would need intimate knowledge about the publisher, which would defeat the purpose of the mediator pattern.