Bug 1979 - cascading task observers's don't work
Summary: cascading task observers's don't work
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on: 2047 2048
Blocks: 1582 1632
  Show dependency treegraph
 
Reported: 2005-12-04 23:47 UTC by Andrew Cagney
Modified: 2006-05-30 06:37 UTC (History)
2 users (show)

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 Andrew Cagney 2005-12-04 23:47:26 UTC
Need a mechanism so that the proc code automatically adds an observer to any
newly created task (and maintains it until that global observer is pulled).

(Sami and I thought there was already a bug for this but we can't find it)
Comment 1 Sami Wagiaalla 2005-12-05 17:01:35 UTC
Cascading observers have been added to gui.
Still buggy (selected observer is added too many times)
Comment 2 Sami Wagiaalla 2005-12-05 21:34:02 UTC
>Still buggy (selected observer is added too many times)
fixed.
Comment 3 Andrew Cagney 2006-05-30 06:37:15 UTC
Simplify so that they don't involve proc state:

2006-05-30  Andrew Cagney  <cagney@redhat.com>

        * TasksObserver.java: New file.
        * TestTasksObserver.java: Update.
        * Proc.java (requestAddTasksObserver): Delete.
        * ProcState.java (handleAddTasksObserver): Delete.