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.
我有一个对象,我想知道什么时候有人开始听它。
就我而言,我的班级中有一个“点击”事件,它是画布元素的包装器。当有人在收听包装器时,我如何将事件附加到画布上?
谢谢 (:
(交叉发帖,因为只有 3 次浏览,还没有回复)
You can overwrite addListener() in you wrapper to call your code everytime it is called.
我真的不确定你打算做什么。有一个画布元素,您可以收听它的事件。一旦它在那里被触发,你可以在你的包装类中触发“click”。您不需要知道已注册的确切听众。