interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

VOS::RemoteListener Class Reference
[libvos]

#include <vos/vos/remotelistener.hh>

Inheritance diagram for VOS::RemoteListener:

VOS::MetaObject VOS::ChildChangeListener VOS::ParentChangeListener VOS::TypeChangeListener VOS::Vobject VOS::Dispatchable VUtil::RefCounted List of all members.

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


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]

Called when an object has aquired a new parent.

Implements VOS::ParentChangeListener.

virtual void VOS::RemoteListener::notifyParentRemoved ( VobjectEvent e  )  [virtual]

Called when an object has lost a parent.

Implements VOS::ParentChangeListener.

virtual void VOS::RemoteListener::notifyTypeInserted ( VobjectEvent e  )  [virtual]

Called when an object has gained a type.

Implements VOS::TypeChangeListener.

virtual void VOS::RemoteListener::notifyTypeRemoved ( VobjectEvent e  )  [virtual]

Called when an object has lost a type.

Implements VOS::TypeChangeListener.


The documentation for this class was generated from the following file: