mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 422797 - Improved JavaDoc for IQMakeProjectInfoListener.qmakeChanged()
Change-Id: I36ad640cefae08d5ebb2b7e6a566e7e385d9036a Signed-off-by: David Kaspar <dkaspar@blackberry.com> Reviewed-on: https://git.eclipse.org/r/19427 Reviewed-by: Doug Schaefer <dschaefer@qnx.com> IP-Clean: Doug Schaefer <dschaefer@qnx.com> Tested-by: Doug Schaefer <dschaefer@qnx.com>
This commit is contained in:
parent
3fbe0d12af
commit
20a6412247
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ public interface IQMakeProjectInfoListener {
|
||||||
/**
|
/**
|
||||||
* Notifies that a QMake information provided by IQMakeProjectInfo might have changed.
|
* Notifies that a QMake information provided by IQMakeProjectInfo might have changed.
|
||||||
* A new QMake information can be read via IQMakeProjectInfo.getQMakeInfo() method.
|
* A new QMake information can be read via IQMakeProjectInfo.getQMakeInfo() method.
|
||||||
|
*
|
||||||
|
* Note that this method might be called even after the listener is removed from
|
||||||
|
* IQMakeProjectInfo. To prevent this, your implementation should maintain a flag
|
||||||
|
* representing whether qmakeInfoChanged() notifications should be processed or not.
|
||||||
*/
|
*/
|
||||||
void qmakeInfoChanged();
|
void qmakeInfoChanged();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue