- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
When registered as a listener on a
Table
, a
TableListener
is notified when the data in a table
has been updated.- Author:
- AO Industries, Inc.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tableUpdated
(Table<?> table) Invoked when aTable
is updated.
-
Method Details
-
tableUpdated
Invoked when aTable
is updated.
-