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');
See
IProjectDataProviderEngine for more information on extending this class.
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 ownnotifyUpdate
function in order to usenotifyUpdate
.Additionally, extending this class informs Intellisense that you can run
notifyUpdate
with theSetting
data type if needed like so: