VOS::RemoteListener Class Reference
[libvos]
#include <vos/vos/remotelistener.hh>
Inheritance diagram for VOS::RemoteListener:

Detailed Description
An internal class used to augment a remote site to accept notify event and dispatch the update messages peers over the network.
Definition at line 16 of file remotelistener.hh.
Public Member Functions
- RemoteListener (VobjectBase *superobject)
- virtual void notifyChildInserted (VobjectEvent &e)
- virtual void notifyChildReplaced (VobjectEvent &e)
- virtual void notifyChildRemoved (VobjectEvent &e)
- virtual void notifyParentInserted (VobjectEvent &e)
- virtual void notifyParentRemoved (VobjectEvent &e)
- virtual void notifyTypeInserted (VobjectEvent &e)
- virtual void notifyTypeRemoved (VobjectEvent &e)
Constructor & Destructor Documentation
| VOS::RemoteListener::RemoteListener | ( | VobjectBase * | superobject | ) | [inline] |
Definition at line 24 of file remotelistener.hh.
Member Function Documentation
| virtual void VOS::RemoteListener::notifyChildInserted | ( | VobjectEvent & | e | ) | [virtual] |
Called when a child has been inserted into the listened-to children list.
Implements VOS::ChildChangeListener.
| virtual void VOS::RemoteListener::notifyChildRemoved | ( | VobjectEvent & | e | ) | [virtual] |
Called when a child has been deleted in the listened-to children list.
Implements VOS::ChildChangeListener.
| virtual void VOS::RemoteListener::notifyChildReplaced | ( | VobjectEvent & | e | ) | [virtual] |
Called when a child has replaced another child in the listened-to children list.
Implements VOS::ChildChangeListener.
| virtual void VOS::RemoteListener::notifyParentInserted | ( | VobjectEvent & | e | ) | [virtual] |
| virtual void VOS::RemoteListener::notifyParentRemoved | ( | VobjectEvent & | e | ) | [virtual] |
| virtual void VOS::RemoteListener::notifyTypeInserted | ( | VobjectEvent & | e | ) | [virtual] |
| virtual void VOS::RemoteListener::notifyTypeRemoved | ( | VobjectEvent & | e | ) | [virtual] |
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vos/remotelistener.hh