WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
tables
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
26
class
ITableListener
{
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_ */
ITable
Definition:
ITable.h:26
ITableListener::ValueChanged
virtual void ValueChanged(ITable *source, const std::string &key, EntryValue value, bool isNew)=0
EntryValue
Definition:
ITable.h:13
ITableListener
Definition:
ITableListener.h:26
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6