Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse4/RCP/EAS

< Eclipse4‎ | RCP
Revision as of 16:25, 11 April 2011 by Unnamed Poltroon (Talk)

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

The "Twenty Things", also known as the Eclipse Application Services, are a collection of services exposed by the Eclipse 4 framework for consumption and use by clients. These services are intended to be injected into your constructed objects and handlers. These common services include components like logging, status handling and reporter, model manipulation and the subscription of event handlers.

The services are intended to be decoupled where possible to minimize dependencies across components.

Back to the top