[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: how do I know user is closing the workbench?
|
- From: vallot@xxxxxxxxx (Joseph Vallot)
- Date: Tue, 11 Feb 2003 14:25:28 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Richard L. Kulp wrote:
> But, remember \"close\" of a window does not necessarily close the
> workbench. You can have several windows open, and until you say \"Exit\"
> or until the last window is closed, the workbench doesn\'t close.
I understand that, but since:
-> I need to be notified before workbench exists,
-> I don\'t other way than hooking windowClosed
-> user of my application is not supposed to open twso workbenches :}
this workaround is temporary ok, but, obviously, I would like to find a
kind of applicationClosed() !
note: of course I found where my deadlock was with the debugger...
--
Joseph