09-12-2006 10:04 AM
09-12-2006 10:42 AM
09-12-2006 10:43 AM
09-12-2006 11:02 AM
09-12-2006 01:18 PM
Often when you want to trigger an event from multiple locations it is easiest to chain events. That is to create an new event (USER EVENT) which takes the needed data (A cluster) that also includes the case or source of the event. here you can handle the event in one location but fire it form multiple sources.
Paul
09-13-2006 04:04 AM
09-13-2006 04:12 AM
09-13-2006 04:24 AM
09-13-2006 08:54 AM
Attached is a crude chained event. The advantage of such an architecture is that you have a common event which can be triggered in from multiple places without forcing all sources to be treated as one event. This also allows you to unrgistter each source independently and makes the code more flexable. Just my opinion, I could be wrong.
Paul
09-14-2006 07:27 AM