-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
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
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