Bug 378939 - [Workbench] Request to close the lifecycle of the application model
Summary: [Workbench] Request to close the lifecycle of the application model
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows XP
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard: candidate43
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 04:42 EDT by Fausto Telia CLA
Modified: 2014-02-03 11:00 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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