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 32215 - Implement controller
Summary: Implement 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: 32214
  Show dependency tree
 
Reported: 2003-03-24 08:09 UTC by Peter Zavadsky
Modified: 2008-12-23 12:26 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-24 08:09:17 UTC
It is the smallest part, its only task is to
inform central unit about user changes (on GUI)
which manifests to model update. The actual model
update is central unit's part, controller's job is
just to inform about the user change.
Comment 1 Peter Zavadsky 2003-06-24 16:13:11 UTC
Done, as a part of Central.
It communicates from view, via UserObserver.