/[classpath]/classpath/java/awt/Component.java
ViewVC logotype

Diff of /classpath/java/awt/Component.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.88 by rabbit78, Fri Nov 18 22:14:57 2005 UTC revision 1.89 by trebligd, Wed Nov 23 14:44:33 2005 UTC
# Line 2771  public abstract class Component Line 2771  public abstract class Component
2771    }    }
2772    
2773    /**    /**
2774     * Returns all registered EventListers of the given listenerType.     * Returns all registered {@link EventListener}s of the given
2775       * <code>listenerType</code>.
2776     *     *
2777     * @param listenerType the class of listeners to filter     * @param listenerType the class of listeners to filter (<code>null</code>
2778     * @return an array of registered listeners     *                     not permitted).
2779       *                    
2780       * @return An array of registered listeners.
2781       *
2782       * @throws ClassCastException if <code>listenerType</code> does not implement
2783       *                            the {@link EventListener} interface.
2784       * @throws NullPointerException if <code>listenerType</code> is
2785       *                              <code>null</code>.
2786       *                            
2787     * @see #getComponentListeners()     * @see #getComponentListeners()
2788     * @see #getFocusListeners()     * @see #getFocusListeners()
2789     * @see #getHierarchyListeners()     * @see #getHierarchyListeners()

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26