Listener type aliases
This is the collection of listener type aliases within the queries
module. There are 6 listener type aliases in total.
ResultTableListener
The ResultTableListener
type describes a function that is used to listen to changes to a query's result Table
.
ResultRowIdsListener
The ResultRowIdsListener
type describes a function that is used to listen to changes to the Row
Ids
in a query's result Table
.
ResultSortedRowIdsListener
The ResultSortedRowIdsListener
type describes a function that is used to listen to changes to the sorted Row
Ids
in a query's result Table
.
ResultRowListener
The ResultRowListener
type describes a function that is used to listen to changes to a Row
in a query's result Table
.
ResultCellIdsListener
The ResultCellIdsListener
type describes a function that is used to listen to changes to the Cell
Ids
in a Row
in a query's result Table
.
ResultCellListener
The ResultCellListener
type describes a function that is used to listen to changes to a Cell
in a query's result Table
.