Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » IResourceChangeListener
IResourceChangeListener [message #276570] Thu, 25 November 2004 11:27 Go to next message
Eclipse UserFriend
Hi,

I'm using the IResourceChangeListener to detect events on resources.
Can someone please tell me how to detect easily a project opening event ?

Thanks for help.

Thomas.
Re: IResourceChangeListener [message #276572 is a reply to message #276570] Thu, 25 November 2004 12:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

IResourceDelta delta = ... //get the project delta
if (delta.getKind() == IResourceDelta.CHANGED && ((delta.getFlags() &
IResourceDelta.OPEN) != 0)


Thomas FRIOL wrote:
> Hi,
>
> I'm using the IResourceChangeListener to detect events on resources.
> Can someone please tell me how to detect easily a project opening event ?
>
> Thanks for help.
>
> Thomas.
Re: IResourceChangeListener [message #276598 is a reply to message #276572] Fri, 26 November 2004 03:49 Go to previous message
Eclipse UserFriend
Thanks I will try this.

John Arthorne a écrit :
> IResourceDelta delta = ... //get the project delta
> if (delta.getKind() == IResourceDelta.CHANGED && ((delta.getFlags() &
> IResourceDelta.OPEN) != 0)
>
>
> Thomas FRIOL wrote:
>
>> Hi,
>>
>> I'm using the IResourceChangeListener to detect events on resources.
>> Can someone please tell me how to detect easily a project opening event ?
>>
>> Thanks for help.
>>
>> Thomas.
>
>
Previous Topic:Handling external changes to files
Next Topic:Generics and covariant returns
Goto Forum:
  


Current Time: Mon May 12 14:48:39 EDT 2025

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

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

Back to the top