Model observer. More...
#include <ilserver/rtmodelp.h>
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.
IlsMvComponent::getServerModel()
, IlsRtModelParser
.