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 84459 - List<PropertyChangeEvent> getEvents() needed from model
Summary: List<PropertyChangeEvent> getEvents() needed from model
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XAM (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-07 18:29 UTC by Samaresh Panda
Modified: 2011-11-28 04:55 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 Samaresh Panda 2006-09-07 18:29:15 UTC
This is a requirement that came during AXIOM code review:

The sequence of tasks that are carried out in ABE design view will help you
better understand the requirement.

- User adds/removes/updates things on DV
- Inside a start and end transaction, we mutate the axiom model
- Code generatror needs to know all the mutation so that it can generate code
- In order to do that currently we need to have a listener and accumulate event

There is no way we can directly get all events from xam.