Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse4/RCP/Modeled UI/Listening to Model Changes

< Eclipse4‎ | RCP‎ | Modeled UI
Revision as of 14:02, 11 April 2011 by Remysuen.ca.ibm.com (Talk | contribs) (New page: When the model changes and it is not a no-op (for example, setting its label to its current label), an event will be dispatched to all interested event handlers. Eclipse 4 uses a [[E4/RCP/...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When the model changes and it is not a no-op (for example, setting its label to its current label), an event will be dispatched to all interested event handlers. Eclipse 4 uses a global listener pattern so all handler subscriptions are done through the event broker.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.