< prev index next >

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

Print this page

        

*** 593,602 **** --- 593,603 ---- * * <pre>ActionListener[] als = (ActionListener[])(m.getListeners(ActionListener.class));</pre> * * If no such listeners exist, this method returns an empty array. * + * @param <T> the type of the listeners * @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 registered as * <code><em>Foo</em>Listener</code>s on this menu item,
< prev index next >