rhelgeby / smprojectbase

Automatically exported from code.google.com/p/smprojectbase
0 stars 0 forks source link

eventmanager.inc: The on module register event should give module id #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of passing the raw data in an adt array, pass the module id, or both.

Original issue reported on code.google.com by richard.helgeby@gmail.com on 26 Jun 2010 at 12:47

GoogleCodeExporter commented 9 years ago
Or the event manager should also have a on module registered event.

Original comment by richard.helgeby@gmail.com on 26 Jun 2010 at 12:48

GoogleCodeExporter commented 9 years ago
I'm not sure why this is an issue?  This is all under-the-cover stuff.  I don't 
think you're seeing what's happening.  The module isn't even registered at this 
point, those events are fired AS it's being registered.  So the module ID 
doesn't even exist.

Original comment by andrewbo...@gmail.com on 26 Mar 2011 at 7:11

GoogleCodeExporter commented 9 years ago
That makes sense. I mixed it with the public API.

Original comment by richard.helgeby@gmail.com on 27 Mar 2011 at 2:18