Now you can download a copy of these docs so you can use them offline! Download now
LiveWindowStatusListener.h
1 #ifndef _LIVE_WINDOW_STATUS_LISTENER_H
2 #define _LIVE_WINDOW_STATUS_LISTENER_H
3 
4 #include "tables/ITable.h"
5 #include "tables/ITableListener.h"
6 
8 public:
9  virtual void ValueChanged(ITable* source, const std::string& key, EntryValue value, bool isNew);
10 };
11 
12 #endif
Definition: ITable.h:26
virtual void ValueChanged(ITable *source, const std::string &key, EntryValue value, bool isNew)
Definition: ITable.h:13

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6