Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Implementing a File Listener in a plugin

Hi everbody,

I would like to implement a file listener in an eclipse plugin, which notifies the user whether a file has changed. My problem is that my files are saved outside the eclipse workspace, so i can't use the IResourceChangeListener interface.
Also the Listener should notify the user, as soon as eclipse is loaded.

Thank you in advance!

cheers,
azeiler



Back to the top