Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Workspace changes(will import project call resourceChanged ?)
Workspace changes [message #512229] Thu, 04 February 2010 13:15
Mikael Petterson is currently offline Mikael PettersonFriend
Messages: 158
Registered: July 2009
Senior Member
Hi,

I am doing an import of a project in the Eclipse workspace.
Will the method:
public void resourceChanged(IResourceChangeEvent event)
in IResourceChangeListener
be called with all the ADDED resources?

Is this only done once when the project has been imported?

br,

//mike
Re: Workspace changes [message #512266 is a reply to message #512229] Thu, 04 February 2010 09:28 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Mike,

Given that it sounds like you want to process the delta, wouldn't a
simple test answer this question? I think you'd get a delta that you'd
visit and it would include all resources.


Mikael Petterson wrote:
> Hi,
>
> I am doing an import of a project in the Eclipse workspace.
> Will the method:
> public void resourceChanged(IResourceChangeEvent event) in
> IResourceChangeListener
> be called with all the ADDED resources?
>
> Is this only done once when the project has been imported?
>
> br,
>
> //mike


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Default editor based on the project nature
Next Topic:Custom TextEditor, key events and custom encoding
Goto Forum:
  


Current Time: Thu Apr 25 02:27:24 GMT 2024

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

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

Back to the top