jdk/src/share/classes/java/awt/Component.java
changeset 8982 19c972e3d3ee
parent 7668 d4a77089c587
child 8985 d1dcf5ef2c42
equal deleted inserted replaced
8981:3bf2f0d35e8a 8982:19c972e3d3ee
  5793      * only receive input method events from input methods
  5793      * only receive input method events from input methods
  5794      * if it also overrides <code>getInputMethodRequests</code> to return an
  5794      * if it also overrides <code>getInputMethodRequests</code> to return an
  5795      * <code>InputMethodRequests</code> instance.
  5795      * <code>InputMethodRequests</code> instance.
  5796      * If listener <code>l</code> is <code>null</code>,
  5796      * If listener <code>l</code> is <code>null</code>,
  5797      * no exception is thrown and no action is performed.
  5797      * no exception is thrown and no action is performed.
  5798      * <p>Refer to <a href="doc-files/AWTThreadIssues.html#ListenersThreads"
  5798      * <p>Refer to <a href="{@docRoot}/java/awt/doc-files/AWTThreadIssues.html#ListenersThreads"
  5799      * >AWT Threading Issues</a> for details on AWT's threading model.
  5799      * >AWT Threading Issues</a> for details on AWT's threading model.
  5800      *
  5800      *
  5801      * @param    l   the input method listener
  5801      * @param    l   the input method listener
  5802      * @see      java.awt.event.InputMethodEvent
  5802      * @see      java.awt.event.InputMethodEvent
  5803      * @see      java.awt.event.InputMethodListener
  5803      * @see      java.awt.event.InputMethodListener