Projects/Nepomuk/ResourceWatcher/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Projects/Nepomuk/ResourceWatcher")
 
(Created page with "== O observador de recurso ==")
 
Line 1: Line 1:
<languages />
<languages />


== The Resource Watcher ==
== O observador de recurso ==


Quite often one needs to be notified when some data changes in '''Nepomuk'''. This can be done with the help of the [http://api.kde.org/4.x-api/kdelibs-apidocs/nepomuk-core/html/classNepomuk2_1_1ResourceWatcher.html ResourceWatcher]. It can be used to watch any subset of resources, properties and types. Please read its documentation for more details.
Quite often one needs to be notified when some data changes in '''Nepomuk'''. This can be done with the help of the [http://api.kde.org/4.x-api/kdelibs-apidocs/nepomuk-core/html/classNepomuk2_1_1ResourceWatcher.html ResourceWatcher]. It can be used to watch any subset of resources, properties and types. Please read its documentation for more details.

Latest revision as of 20:30, 30 August 2014


O observador de recurso

Quite often one needs to be notified when some data changes in Nepomuk. This can be done with the help of the ResourceWatcher. It can be used to watch any subset of resources, properties and types. Please read its documentation for more details.

The Resource class internally uses the ResourceWatcher in order to keep its cache up to date.