I have two observer classes triggered by the same notifier event, but I need one observer to run before the second one. Is there a way to control the order in which observer classes are processed when triggered by the same notifier event? I wish to keep the two classes separate for code clarity as they are two completely different functions, but the second function requires data generated by the first.
Thanks in advance!
Dave


Reply With Quote
