Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4371572

WindowFocusListener should be rewritten as a complete Java Beans listener

XMLWordPrintable

    • beta
    • generic
    • generic

      The current implementation of WindowFocusListener is sufficient for normal
      developers, but will probably trip up builder tools because it violates portions
      of the Beans specifcation. Specifically, java.awt.Window needs explicit
      addWindowFocusListener and removeWindowFocusListener methods instead of relying
      on the existing addWindowListener and removeWindowListener methods. Window will
      also need a processWindowFocusListener method. Other API changes will be
      required for AWTEvent and AWTEventMulticaster.
      ----
      getWindowFocusListeners() should also be added, as per recent ammendments to the Beans spec.
      brent.christian@eng 2000-10-25

            prssunw Prs Prs (Inactive)
            dmendenhsunw David Mendenhall (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: