All children in display object firing mouse over?

I have a custom class extending MovieClip, and in my code I add a few children to this custom class.
When I add my mouse over event listener, it works, but it fires every time the mouse rolls over any of the children too!
I only want it to fire once when the display object as a whole is rolled over.

Any ideas?