Bubbling up somehow without actual Event Redispatching Implementation?

Hey guys,

I’ve got 3 classes. Class C is instantiated in Class B and Class B is instantiated in Class A.

I want an event to dispatch in Class C and get handled in the Document Class where Class A is instantiated. Is there a way besides, actually doing a dispatchEvent in C,B,A and applying listeners to all 3.

Does the Event MetaTag help with this in flash?