[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Is event thrown when opening folder i Explorer

Mikael Petterson wrote:
When I open an folder in Eclipse ( 3.3) is there an event thrown? What event?
What inteface do I have to implement to get it?

I'm not sure if an event is thrown. You'll have to try with the IResourceChangeListener.


You'll have to attach it to your IWorkspace instance, see ResourcesPlugin.getWorkspace().

Remy