04-02-2008 11:36 AM
04-02-2008 12:36 PM - edited 04-02-2008 12:43 PM
04-02-2008 04:16 PM
04-02-2008 04:24 PM
04-02-2008 09:28 PM - edited 04-02-2008 09:28 PM
04-03-2008 12:40 PM
04-03-2008 12:51 PM
This is not entirely generalized, but I think LVOOP might help you here. If you create a general event class and then have each type of event as an inherited class, you can create an implementation for each class for each method (create, unregister, destroy) and call them all together. I'm not sure, because I can't look at it at the moment, but I believe you'll be able to find an example in something Norm Kirchner posted on LAVA. Try searching for "LVx".
mikeporter wrote:
I was thinking about was to provide a more generalize solution that could accept an event registration as an input, extrace the events in the registration, destroy them and then unregister the registration.