Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-ui-dev] Which is the right place to subscribe for resource change events?

Hi all,

Which is the right place to subscribe for resource change events? I want to detect when a project name changes and change all the properties that depend on the project name.

Where should I put the following line? In the start method of my plugin?

ResourcesPlugin.getWorkspace().addResourceChangeListener(listener)

Thanks!


Back to the top