|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITableListener
A listener that listens to changes in values in a ITable
| Method Summary | |
|---|---|
void |
valueChanged(ITable source,
String key,
Object value,
boolean isNew)
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 |
| Method Detail |
|---|
void valueChanged(ITable source,
String key,
Object value,
boolean isNew)
ITable
WARNING: If a new key-value is put in this method value changed will immediatly be called which could lead to recursive code
source - the table the key-value pair exists inkey - the key associated with the value that changedvalue - the new valueisNew - true if the key did not previously exist in the table, otherwise it is false
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||