@FunctionalInterface public interface TableListener
NetworkTable
Modifier and Type | Method and Description |
---|---|
void |
tableCreated(NetworkTable parent,
java.lang.String name,
NetworkTable table)
Called when a new table is created within a
NetworkTable . |
void tableCreated(NetworkTable parent, java.lang.String name, NetworkTable table)
NetworkTable
.parent
- the parent of the tablename
- the name of the new tabletable
- the new table