6#include <imtbase/IObjectCollection.h>
7#include <imtclientgql/CSubscriberCompBase.h>
14class CObjectCollectionSubscriberComp:
public CSubscriberCompBase
17 typedef CSubscriberCompBase BaseClass;
19 I_BEGIN_COMPONENT(CObjectCollectionSubscriberComp);
20 I_ASSIGN(m_objectCollectionCompPtr,
"ObjectCollection",
"Data model to be synchronized with the changes on the server side",
true,
"ObjectCollection");
25 virtual void OnResponseReceived(
const QByteArray& subscriptionId,
const QByteArray& subscriptionData)
override;