JDK-4290704 : getListener Project Completion
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.2.0,1.3.0,1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS:
    generic,linux,solaris_2.5,solaris_2.5.1,solaris_2.6 generic,linux,solaris_2.5,solaris_2.5.1,solaris_2.6
  • CPU: generic,unknown,x86,sparc
  • Submitted: 1999-11-12
  • Updated: 2001-02-05
  • Resolved: 2000-11-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 betaFixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Description
The implementation for getListener() was added as a new feature in the Kestrel 
release by the Swing team. The implementation of getListeners() for JComponent 
neds to be completed for the following listeners (see bug 4257538):

    PropertyChangeListener, AncestorListener, VetoableChangeListener

The fix will be implemented in AWT for each of the following  components:             
    java.awt.Component
    java.awt.Container
    java.awt.Scrollbar
    java.awt.Checkbox
    java.awt.Window
    java.awt.List
    java.awt.TextComponent
    java.awt.Choice
    java.awt.TextField
    java.awt.Button

And also for the Swing classes:
    javax.swing.JComponent
    javax.swing.tree.DefaultTreeSelectionModel

--
MouseWheelListener should probably also be added.
brent.christian@eng 2000-07-18

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin FIXED IN: merlin-beta INTEGRATED IN: merlin-beta VERIFIED IN: merlin-beta
14-06-2004

EVALUATION pending further discusion of jdk planning Changed to a General Feature by the planning commmittee. david.biagini@Eng 2000-01-19 commit to tiger. xianfa.deng@Eng 2000-01-20 Actually, this is committed to merlin. brent.christian@eng 2000-07-19
19-01-2000