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 32411 - Notification methods in view
Summary: Notification methods in view
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: 32220
  Show dependency tree
 
Reported: 2003-03-27 15:27 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-27 15:27:07 UTC
Define/implement notification methods in view
classes, which will be called by central unit
(from AWT thread only) requesting to change GUI.
Comment 1 Peter Zavadsky 2003-04-08 13:05:36 UTC
There is defined only notificatio method

View.changeGUI(ChangeInfo[], WindowSystemSnapshot);

which arguments are coallesced model changes and snapshot of window
system model, which is relevant for processing of that only request.