Now you can download a copy of these docs so you can use them offline! Download now
ITableListener.h
1 /*
2  * ITableListener.h
3  *
4  * Created on: Sep 19, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef ITABLELISTENER_H_
9 #define ITABLELISTENER_H_
10 
11 
12 class ITableListener;
13 
14 
15 #include "tables/ITable.h"
16 
17 
18 
19 
27  public:
28  virtual ~ITableListener(){};
37  virtual void ValueChanged(ITable* source, const std::string& key, EntryValue value, bool isNew) = 0;
38 };
39 
40 
41 
42 #endif /* ITABLELISTENER_H_ */
Definition: ITable.h:26
virtual void ValueChanged(ITable *source, const std::string &key, EntryValue value, bool isNew)=0
Definition: ITable.h:13

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