Firefox 通知框关闭?
如何检测我创建的 firefox xul notificationbox 元素何时关闭?
谢谢, 灰
How can I detect when a firefox xul notificationbox element I created is closed?
Thanks,
Ash
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来像这就是你想要的:
notificationsHidden< /code> 属性或其正下方的事件。
Looks like this is what you want: Either the
notificationsHidden
property or the events that are right below it.您可以确定的唯一方法是为您的通知创建派生绑定,在这种情况下,您的析构函数将在通知关闭时运行。例如,请参见 http://hg。 mozilla.org/comm-central/annotate/edc24697f35e/suite/common/bindings/notification.xml#l1616
The only way you can be sure is to create a derived binding for your notification in which case your destructor will run when the notification is closed. See for instance http://hg.mozilla.org/comm-central/annotate/edc24697f35e/suite/common/bindings/notification.xml#l1616