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 32410 - Define communication interface between central unit and controller
Summary: Define communication interface between central unit and controller
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks: 32211
  Show dependency tree
 
Reported: 2003-03-27 15:23 UTC by Peter Zavadsky
Modified: 2008-12-22 22:34 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2003-03-27 15:23:12 UTC
Define set of methods (od WindowManagerImpl)
possibly declared by some interface, which
controller will call in order to inform central
unit about changes.
Their names will have format similar to this:
user<SomeProperty>Changed(...)
Comment 1 Peter Zavadsky 2003-05-13 08:39:07 UTC
It is started by UserObserver which observes the user changes, passes
it to Controller which notifies Central unit.