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 - Handlers should be able to intercept attribute changes
Summary: Handlers should be able to intercept attribute changes
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-01 08:33 UTC by Svata Dedic
Modified: 2002-07-19 15:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.