JDK-6271692 : EventHandler's target property should support same syntax as event property
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.beans
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-05-17
  • Updated: 2017-05-16
  • Resolved: 2005-06-01
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.
JDK 6
6 b39Fixed
Related Reports
Duplicate :  
Relates :  
Description
EventHandler's event property supports an arbitrary number of methods/properties.  This is accomplished by separating each property/method with a '.'.  The target property should support the same syntax.
###@###.### 2005-05-17 14:56:27 GMT

Comments
EVALUATION Yes, this would be handy in certain situations. EventHandler already supports this for the event property, so that it's pretty trivial to do the wiring for the target property too. ###@###.### 2005-05-17 14:57:20 GMT
17-05-2005