In anyway, if I want to compare listeners (with equals()), I have
to use the widget.addListener(eventType, myListener) methode, because the
new
methode widget.getListeners(...) only returns objects of type Listener.
(I can't compare SelectionListeners together).