#include <vos/corelibs/vos/vobject.hh>
Inheritance diagram for VOS::DoNothingListener:
It can be useful, however, to keep a local cache of remote objects up to date.
Definition at line 237 of file listener.hh.
|
Called when a child has been inserted into the listened-to children list.
Implements VOS::ChildChangeListener. Definition at line 244 of file listener.hh. |
|
Called when a child has been deleted in the listened-to children list.
Implements VOS::ChildChangeListener. Definition at line 246 of file listener.hh. |
|
Called when a child has replaced another child in the listened-to children list.
Implements VOS::ChildChangeListener. Definition at line 245 of file listener.hh. |
|
Called when an object has aquired a new parent.
Implements VOS::ParentChangeListener. Definition at line 247 of file listener.hh. |
|
Called when an object has lost a parent.
Implements VOS::ParentChangeListener. Definition at line 248 of file listener.hh. |
|
Called when an object has gained a type.
Implements VOS::TypeChangeListener. Definition at line 249 of file listener.hh. |
|
Called when an object has lost a type.
Implements VOS::TypeChangeListener. Definition at line 250 of file listener.hh. |
|
Definition at line 45 of file vobject.cc. |