8 #ifndef _LIVE_WINDOW_STATUS_LISTENER_H
9 #define _LIVE_WINDOW_STATUS_LISTENER_H
11 #include "tables/ITable.h"
12 #include "tables/ITableListener.h"
17 std::shared_ptr<nt::Value> value,
bool isNew);
A table whose values can be read and written to.
Definition: ITable.h:43
Definition: LiveWindowStatusListener.h:14
A listener that listens to changes in values in a ITable.
Definition: ITableListener.h:18
virtual void ValueChanged(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, bool isNew)
Called when a key-value pair is changed in a ITable.
Definition: LiveWindowStatusListener.cpp:11
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:39