Event Bubbling - but not for Display Objects

I’m wanting to bubble events between a few custom classes, however, they are not Display Objects.

Is there any quick and easy way to do event bubbling, without needing a display list?
Or perhaps another way than needing to manually listen for each event that is attached and “relay” it every time it is dispatched?

I’ll gladly elaborate if needed.