This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 21040

Summary: Handlers should be able to intercept attribute changes
Product: java Reporter: Svata Dedic <sdedic>
Component: UnsupportedAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Svata Dedic 2002-03-01 08:33:37 UTC
A handler, which performs some optimizations often needs to act based on change
of its instance's attributes. I request that there should be an efficient way
how to do that, and receive information about the change inside the mutex held
by the operation so the Handler may consistently rebuild its private data.
I don't know if the rebuild may be allowed to fail (which would require the
_post phase used in MDR to be performed after such internal update).

This request equally applies to AssociationHandlers as well.
Comment 1 Dusan Balek 2002-06-12 13:33:40 UTC
Already implemented.