Re: addEventListener on my own extension?
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Boris Zbarsky wrote: > I don't think you have to do any registration. As long as the object > implements nsIDOMEventTarget, things should Just Work. Implements it correctly, that is: saves the list of listeners, notifies them as needed, etc. -Boris