Observer class that outputs content result to log. More...
#include <debug_content_observer.hpp>
Public Member Functions | |
virtual void | onContentInvalidated (ContentLoader *loader) |
See ContentLoader::Observer::onContentInvalidated. | |
virtual void | onContentLoaded (ContentLoader *loader, ContentResult *result) |
See ContentLoader::Observer::onContentLoaded. | |
![]() | |
virtual void | onRuntimeDataUpdateReceived (ContentLoader *loader, const string &uri, const string &stream)=0 |
Callback to notify when runtime data update is received. | |
Observer class that outputs content result to log.
|
virtual |
|
virtual |