Generic event listeners

I have an array of objects, all the same type and I want them all to utilize an event listener, how can i do this? also is there an method like objectType(), so that when i go through the array I can say if (objects*.objectType(blah)) ?