< prev index next >

src/java.desktop/share/classes/java/awt/AWTEventMulticaster.java

Print this page

        

*** 1086,1095 **** --- 1086,1096 ---- * empty array. If the specified listener is not an instance of * <code>AWTEventMulticaster</code>, this method returns an array which * contains only the specified listener. If no such listeners are chained, * this method returns an empty array. * + * @param <T> the listener type * @param l the specified <code>java.util.EventListener</code> * @param listenerType the type of listeners requested; this parameter * should specify an interface that descends from * <code>java.util.EventListener</code> * @return an array of all objects chained as
< prev index next >