Now you can download a copy of these docs so you can use them offline! Download now
LiveWindowStatusListener Class Reference
Inheritance diagram for LiveWindowStatusListener:
Collaboration diagram for LiveWindowStatusListener:

Public Member Functions

virtual void ValueChanged (ITable *source, const std::string &key, EntryValue value, bool isNew)
 

Detailed Description

Definition at line 7 of file LiveWindowStatusListener.h.

Member Function Documentation

void LiveWindowStatusListener::ValueChanged ( ITable source,
const std::string &  key,
EntryValue  value,
bool  isNew 
)
virtual

Called when a key-value pair is changed in a ITable WARNING: If a new key-value is put in this method value changed will immediatly be called which could lead to recursive code

Parameters
sourcethe table the key-value pair exists in
keythe key associated with the value that changed
valuethe new value
isNewtrue if the key did not previously exist in the table, otherwise it is false

Implements ITableListener.

Definition at line 4 of file LiveWindowStatusListener.cpp.


The documentation for this class was generated from the following files:

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