Class that contains callbacks to deliver the results. More...
#include <content_loader.hpp>
Public Member Functions | |
virtual void | onContentInvalidated (ContentLoader *loader)=0 |
Callback to notify that previously loaded content is no longer valid. | |
virtual void | onContentLoaded (ContentLoader *loader, ContentResult *result)=0 |
Callback to notify that new content has been loaded. | |
virtual void | onRuntimeDataUpdateReceived (ContentLoader *loader, const string &uri, const string &stream)=0 |
Callback to notify when runtime data update is received. | |
Class that contains callbacks to deliver the results.
|
pure virtual |
Callback to notify that previously loaded content is no longer valid.
loader | Content loader that invalidated the content. |
Implemented in kanzi::connect::DebugContentObserver, and kanzi::connect::RuntimeDataSubscriber.
|
pure virtual |
Callback to notify that new content has been loaded.
loader | Content loader that finished loading. |
result | Result of content query. |
Implemented in kanzi::connect::DebugContentObserver, and kanzi::connect::RuntimeDataSubscriber.
|
pure virtual |
Callback to notify when runtime data update is received.
Implemented in kanzi::connect::RuntimeDataSubscriber.