src/java.desktop/share/classes/java/awt/Component.java
changeset 51010 29be48779807
parent 50917 55a43beaa529
child 52752 5e7dba63836d
equal deleted inserted replaced
51009:44b07bd68f6d 51010:29be48779807
  5985      * only receive input method events from input methods
  5985      * only receive input method events from input methods
  5986      * if it also overrides {@code getInputMethodRequests} to return an
  5986      * if it also overrides {@code getInputMethodRequests} to return an
  5987      * {@code InputMethodRequests} instance.
  5987      * {@code InputMethodRequests} instance.
  5988      * If listener {@code l} is {@code null},
  5988      * If listener {@code l} is {@code null},
  5989      * no exception is thrown and no action is performed.
  5989      * no exception is thrown and no action is performed.
  5990      * <p>Refer to <a href="{@docRoot}/java/awt/doc-files/AWTThreadIssues.html#ListenersThreads"
  5990      * <p>Refer to
       
  5991      * <a href="{@docRoot}/java.desktop/java/awt/doc-files/AWTThreadIssues.html#ListenersThreads"
  5991      * >AWT Threading Issues</a> for details on AWT's threading model.
  5992      * >AWT Threading Issues</a> for details on AWT's threading model.
  5992      *
  5993      *
  5993      * @param    l   the input method listener
  5994      * @param    l   the input method listener
  5994      * @see      java.awt.event.InputMethodEvent
  5995      * @see      java.awt.event.InputMethodEvent
  5995      * @see      java.awt.event.InputMethodListener
  5996      * @see      java.awt.event.InputMethodListener