Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » About How to listener close Project event?
About How to listener close Project event? [message #94506] Tue, 15 July 2003 23:52 Go to next message
Eclipse UserFriend
Originally posted by: soshila.bbc.com

I want to listener user close their project. How can i do this? thx
Re: About How to listener close Project event? [message #94584 is a reply to message #94506] Wed, 16 July 2003 05:11 Go to previous message
Eclipse UserFriend
Hi,

U can do this using the IResourceChangeListener, which should be
registered with the workspace. Then the method
resourceChanged(IResourceChangeEvent event) should be overridden. The
IResourceChangeEvent.PRE_CLOSE will intimate that the project is about to
close.
Previous Topic:CVS operations in background?
Next Topic:How to listen the closing of a Perspective?
Goto Forum:
  


Current Time: Wed May 07 17:07:01 EDT 2025

Powered by FUDForum. Page generated in 0.03031 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top