[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?
|
- From: Gabriel Petrovay <gabipetrovay@xxxxxxxxx>
- Date: Thu, 12 Jun 2008 11:21:00 +0200
- Delivered-to: pde-ui-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=DNGAUInyafPzg72ZVAnA8s0LWWlxuHWOjgZaHd/1AfM=; b=VDIOgRdIj8ZYxfkMpFjoQ7LAXG5S+ovwNffU2gGyNW2MSQFIsS+SQhkc1d3OA1663M Mii02g2w9vDqnos33Y4swVV9bqFa3khvWhmpYuODcd9xTX4895r6yagK+SoyJsWV2KdC pi7kLN9AOPWkACn047tz3jmIOcKafldNLrZPY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=hPZ17T4q7Zx8c3coGgCsRf0a6V0wZwybOjnS+A0x+yrbAmIfLmLPWG9TK5yo08S2Dk 6yX11ynmzhzCWFIBH4HMm67XQy614cEVhy8bAnH6Xa8Rx4zTUvCgCtGV7IJLk7qYlUxN LRR7LlOvKdSigC5yevaiHgsYNz6ghrhTCW258=
- User-agent: Thunderbird 2.0.0.14 (Windows/20080421)
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!