Bug 4637

Summary: Mechanism for automatically updating DisplayValues
Product: frysk Reporter: Adam Jocksch <ajocksch>
Component: generalAssignee: Adam Jocksch <ajocksch>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 4547    

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.