When using Events, it's possible to have multiple systems responding to the same events in a particular order. When using observers, I don't see a way to achieve this. When making a cascade of effects following an event that targets a particular entity, would it be more sensible to use ordinary Events with an entity field, or use a chain of observers that trigger one another?
#Observer ordering
1 messages · Page 1 of 1 (latest)