Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Stupid question
Stupid question [message #314819] Tue, 24 April 2007 18:51 Go to next message
Mark Victory is currently offline Mark VictoryFriend
Messages: 133
Registered: July 2009
Senior Member
I'm sure this is obvious but I'm not finding it.

What do I listen to to catch project open/close/creation operations.

Thanks,
Mark
Re: Stupid question [message #314822 is a reply to message #314819] Tue, 24 April 2007 20:07 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
Register as a IResourceChangeListener and react to the resource change
events (IResourceChangeEvent) / resource deltas (IResourceDelta) you
receive.
See IWorkspace.addResourceChangeListener

HTH
Darins

"Mark Victory" <mvictory@us.ibm.com> wrote in message
news:f0ljjt$4rv$1@build.eclipse.org...
> I'm sure this is obvious but I'm not finding it.
>
> What do I listen to to catch project open/close/creation operations.
>
> Thanks,
> Mark
>
Previous Topic:synchronizing the method start
Next Topic:Drop into TabFolder
Goto Forum:
  


Current Time: Mon Aug 19 16:01:07 GMT 2024

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

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

Back to the top