Listener type aliases
ResultTableCellIdsListener
The ResultTableCellIdsListener
type describes a function that is used to listen to changes to the Cell
Ids
that appear anywhere in a query's ResultTable
. Read more.
ResultTableListener
The ResultTableListener
type describes a function that is used to listen to changes to a query's ResultTable
. Read more.
ResultRowIdsListener
The ResultRowIdsListener
type describes a function that is used to listen to changes to the ResultRow
Ids
in a query's ResultTable
. Read more.
ResultSortedRowIdsListener
The ResultSortedRowIdsListener
type describes a function that is used to listen to changes to the sorted ResultRow
Ids
in a query's ResultTable
. Read more.
ResultRowCountListener
The ResultRowCountListener
type describes a function that is used to listen to changes to the number of ResultRow
objects in a query's ResultTable
. Read more.
ResultRowListener
The ResultRowListener
type describes a function that is used to listen to changes to a ResultRow
in a query's ResultTable
. Read more.
ResultCellIdsListener
The ResultCellIdsListener
type describes a function that is used to listen to changes to the ResultCell
Ids
in a ResultRow
in a query's ResultTable
. Read more.
GetResultCellChange
The GetResultCellChange
type describes a function that returns information about any ResultCell
's changes during a transaction. Read more.
ResultCellChange
The ResultCellChange
type describes a ResultCell
's changes during a transaction. Read more.
ResultCellListener
The ResultCellListener
type describes a function that is used to listen to changes to a ResultCell
in a query's ResultTable
. Read more.
QueryIdsListener
The QueryIdsListener
type describes a function that is used to listen to Query definitions being added or removed. Read more.