Bug 378939

Summary: [Workbench] Request to close the lifecycle of the application model
Product: [Eclipse Project] Platform Reporter: Fausto Telia <faustotelia>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: emoffatt, josh.davis, mail, nobody, tom.schindl
Version: 4.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: candidate43

Description Fausto Telia CLA 2012-05-09 04:42:07 EDT
Build Identifier: I20120315-1300

Eclipse 4 provides the possibility to register a class to events of the lifecycle of the application model. For example one of these hooks can be used to create a login screen before the application model is rendered. 

But these hooks do not provide any clean way to close the application (unless System.exit()).
For example, if the logon is not correct I need to close the appl.

Reproducible: Always