@FunctionalInterface public interface TableEntryListener extends EntryListenerFlags
NetworkTable
kDelete, kFlags, kImmediate, kLocal, kNew, kUpdate
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(NetworkTable table,
java.lang.String key,
NetworkTableEntry entry,
NetworkTableValue value,
int flags)
Called when a key-value pair is changed in a
NetworkTable . |
void valueChanged(NetworkTable table, java.lang.String key, NetworkTableEntry entry, NetworkTableValue value, int flags)
NetworkTable
.table
- the table the key-value pair exists inkey
- the key associated with the value that changedentry
- the entry associated with the value that changedvalue
- the new valueflags
- update flags; for example, EntryListenerFlags.kNew if the key
did not previously exist in the table