Adele wrote:
Where can I find a list of events for my xpcom component to subscribe for, such as "xpcom-startup"?

There is not a single list. XPCOM itself only uses a handful of observer topics:


  xpcom-startup
  xpcom-shutdown
  xpcom-autoregistration
  memory-pressure
  nsIEventQueueActivated
  nsIEventQueueDestroyed

Individual applications that use XPCOM, such as Mozilla, use additional observer topics to perform various tasks, such as

  app-startup
  a series of topics for profile startup and shutdown
  global xul window creation and destruction

and many other things that I can't even imagine.

--BDS
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to