Workspace changes [message #512229] |
Thu, 04 February 2010 08:15 |
Eclipse User |
|
|
|
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 04:28  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03909 seconds