#include <vos/corelibs/vos/vobject.hh>
Inheritance diagram for VOS::ChildChangeListener:
Definition at line 191 of file listener.hh.
|
Called when a child has been inserted into the listened-to children list.
Implemented in VOS::DoNothingListener, and VOS::RemoteSite. Referenced by VOS::VobjectImplementation::addChildListener(), and VOS::VobjectNotifyEvent::notify(). |
|
Called when a child has been deleted in the listened-to children list.
Implemented in VOS::DoNothingListener, and VOS::RemoteSite. Referenced by VOS::VobjectNotifyEvent::notify(). |
|
Called when a child has replaced another child in the listened-to children list.
Implemented in VOS::DoNothingListener, and VOS::RemoteSite. Referenced by VOS::VobjectNotifyEvent::notify(). |