VOS::RemotePropertyListener Class Reference
#include <propertylistener.hh>
Inheritance diagram for VOS::RemotePropertyListener:

Detailed Description
Definition at line 222 of file propertylistener.hh.
Public Member Functions
- RemotePropertyListener (VobjectBase *superobject)
- virtual ~RemotePropertyListener ()
- virtual void notifyPropertyChange (const PropertyEvent &event)
Constructor & Destructor Documentation
| VOS::RemotePropertyListener::RemotePropertyListener | ( | VobjectBase * | superobject | ) |
| virtual VOS::RemotePropertyListener::~RemotePropertyListener | ( | ) | [inline, virtual] |
Definition at line 226 of file propertylistener.hh.
Member Function Documentation
| virtual void VOS::RemotePropertyListener::notifyPropertyChange | ( | const PropertyEvent & | event | ) | [virtual] |
Notification interface that a property has been changed.
Override this method in your subclass.
- Parameters:
-
event Event describing what happened. Note the 'const' declaration.
Implements VOS::PropertyListener.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vos/propertylistener.hh