Description
I'm finding that sometimes I need quick access to a particular listener (for instance, the one I added to a component vs. the one added by the skin), and for this instead of iterating through the list I would like to just get a particular one. Most Java lists allow arbitrary access to a particular element, so I propose adding a "get(int)" method to the ListenerList class that returns the particular element (if it exists).