Makes ITableListener a lambda function

This commit is contained in:
Jonathan Leitschuh
2015-11-18 01:39:53 -05:00
parent 6a0485a72c
commit 4c42712b24

View File

@@ -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}