Name

PropertyNodeWatcher — Dynamic tracker of PropertyNode changes.

Synopsis

class PropertyNodeWatcher
  :  : public RefCountedWrappedObjectSernaApi::RefCountedWrappedObject
 {
public:
  // construct/copy/destruct
  PropertyNodeWatcher();
  ~PropertyNodeWatcher();

  // public member functions

  void propertyChanged(const PropertyNode &) ;
};

Description

PropertyNodeWatcher construct/copy/destruct

  1. PropertyNodeWatcher();


  2. ~PropertyNodeWatcher();


PropertyNodeWatcher public member functions

  1. void propertyChanged(const PropertyNode & property) ;

    Happens when property is changed.