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

Summary: Implement controller
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: RESOLVED FIXED    
Severity: blocker CC: mslama
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 32214    

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.