VariableProjectDataProviderEngineConst

Abstract class that provides a placeholder notifyUpdate for Project Data Provider Engine classes. If a Project Data Provider Engine class extends this class, it doesn't have to specify its own notifyUpdate function in order to use notifyUpdate.

Additionally, extending this class informs Intellisense that you can run notifyUpdate with the Setting data type if needed like so:

this.notifyUpdate('Setting');

IProjectDataProviderEngine for more information on extending this class.