Bug 4637 - Mechanism for automatically updating DisplayValues
Summary: Mechanism for automatically updating DisplayValues
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Adam Jocksch
URL:
Keywords:
Depends on:
Blocks: 4547
  Show dependency treegraph
 
Reported: 2007-06-13 18:26 UTC by Adam Jocksch
Modified: 2007-06-14 17:33 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jocksch 2007-06-13 18:26:38 UTC
There should be a mechanism through which a DisplayValue will automatically
update  when the task stops.
Comment 1 Adam Jocksch 2007-06-14 17:33:38 UTC
This now works, as proved by TestUpdatingDisplayValue

frysk-core/frysk/rt:
2007-06-13  Adam Jocksch  <ajocksch@redhat.com>

	* DisplayValue.java: Made fields protected.
	(getFrameIdentifier): Added.
	(getName): Added.
	(getTask): Added.
	* UpdatingDisplayValue.java: New file, addresses bz#4637.
	* TestUpdatingDisplayValue.java: New file.
	* DisplayValueObserver.java: New interface.