Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
List of all members
IlsSvModelObserver Class Reference

Model observer. More...

#include <ilserver/rtmodelp.h>

Detailed Description

Model observer.

Library: mvserver

You can subclass IlsSvModelObserver . Always create instances of your subclass on the heap using the keyword new. You can then pass an instance of the subclass to IlsMvComponent::getServerModel(). If you do so, Server will delete it after having notified it and the result of the method will be applied to that observer. See IlsRtModelParser for a description of the virtual member functions that are available for this class.

See also
IlsMvComponent::getServerModel(), IlsRtModelParser.