TinyBase logoTinyBase

Listener type aliases

This is the collection of listener type aliases within the queries module. There are 11 listener type aliases in total.

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.

ResultTableListener

The ResultTableListener type describes a function that is used to listen to changes to a query's ResultTable.

ResultRowIdsListener

The ResultRowIdsListener type describes a function that is used to listen to changes to the ResultRow Ids in a query's ResultTable.

ResultSortedRowIdsListener

The ResultSortedRowIdsListener type describes a function that is used to listen to changes to the sorted ResultRow Ids in a query's ResultTable.

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.

ResultRowListener

The ResultRowListener type describes a function that is used to listen to changes to a ResultRow in a query's ResultTable.

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.

GetResultCellChange

The GetResultCellChange type describes a function that returns information about any ResultCell's changes during a transaction.

ResultCellChange

The ResultCellChange type describes a ResultCell's changes during a transaction.

ResultCellListener

The ResultCellListener type describes a function that is used to listen to changes to a ResultCell in a query's ResultTable.

QueryIdsListener

The QueryIdsListener type describes a function that is used to listen to Query definitions being added or removed.