preetham
July 20th, 2004, 09:24 AM
I have a com+ component that calls different library components.
I am looking to create an event catalog where i generate events for each of the components registered. Some components can subscribe to events from the catalog and others can fire events. Event creation and execution should be dynamic, by dynamic i mean that what events are to be created are known at runtime.
So far i have looked at a lot of code, most of which has events created and fired by the same component. Also, in most cases there a fixed set of events are created.
I am looking to create an event catalog where i generate events for each of the components registered. Some components can subscribe to events from the catalog and others can fire events. Event creation and execution should be dynamic, by dynamic i mean that what events are to be created are known at runtime.
So far i have looked at a lot of code, most of which has events created and fired by the same component. Also, in most cases there a fixed set of events are created.