Custom Class for grouping evenlistners?

Hi I need a custom class so I can set all the event listeners for my menu in one line.

something like this

aboutBut, whoBut, findusBut, contactBut (addEventListener(MouseEvent.ROLL_OVER, menuOver));

anyone found one or created one?

Thanks,

AK