mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Makes ITableListener a lambda function
This commit is contained in:
@@ -6,6 +6,7 @@ package edu.wpi.first.wpilibj.tables;
|
||||
* @author Mitchell
|
||||
*
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface ITableListener {
|
||||
/**
|
||||
* Called when a key-value pair is changed in a {@link ITable}
|
||||
|
||||
Reference in New Issue
Block a user