6#include <istd/IChangeable.h>
9#include <imtclientgql/CSubscriberCompBase.h>
16class CModelSubscriberComp:
public CSubscriberCompBase
19 typedef CSubscriberCompBase BaseClass;
21 I_BEGIN_COMPONENT(CModelSubscriberComp);
22 I_ASSIGN(m_changeableModelCompPtr,
"Model",
"Data model to be synchronized with the changes on the server side",
true,
"Model");
27 virtual void OnResponseReceived(
const QByteArray& subscriptionId,
const QByteArray& subscriptionData)
override;
30 I_REF(istd::IChangeable, m_changeableModelCompPtr);