Multiple Event listeners

I’m currently working on a nav bar but I’ve run into a questionable situation. There are several links in the menu, and for each i’d like a mouse event on over and on out. Do I have to specify both of these events for each link, or is there an easier way to do it that I don’t know about?

An easier way to put this question: Can you apply event listeners to multiple objects/functions?