Ticket #481 (closed enhancement: fixed)
Opened 2011-05-03T09:35:29-05:00
Last modified 2011-05-20T17:38:05-05:00
Refresh Display on DatasetChanged Event
Reported by: | gharris | Owned by: | gharris |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Display API | Version: | |
Severity: | major | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Rework displays to listen to dataset events and refresh when dataset changes
Change History
comment:1 Changed 2011-05-20T17:38:05-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Both DatasetView and SwingDisplayWindow listen for DatasetUpdatedEvents and refresh themselves accordingly. AbstractDisplayView also listens for DataObjectUpdatedEvents and refreshes the display. The code may not be perfect at the moment, but it seems to be working.