TinyBase logoTinyBase

Listener type aliases

This is the collection of listener type aliases within the store module. There are 28 listener type aliases in total.

TablesListener

The TablesListener type describes a function that is used to listen to changes to the tabular part of the Store.

HasTablesListener

The HasTablesListener type describes a function that is used to listen to Tables as a whole being added to or removed from the Store.

TableIdsListener

The TableIdsListener type describes a function that is used to listen to changes to the Table Ids in the Store.

TableCellIdsListener

The TableCellIdsListener type describes a function that is used to listen to changes to the Cell Ids that appear anywhere in a Table.

TableListener

The TableListener type describes a function that is used to listen to changes to a Table.

HasTableCellListener

The HasTableCellListener type describes a function that is used to listen to a Cell being added to or removed from a Table as a whole.

HasTableListener

The HasTableListener type describes a function that is used to listen to a Table being added to or removed from the Store.

RowIdsListener

The RowIdsListener type describes a function that is used to listen to changes to the Row Ids in a Table.

SortedRowIdsListener

The SortedRowIdsListener type describes a function that is used to listen to changes to sorted Row Ids in a Table.

HasRowListener

The HasRowListener type describes a function that is used to listen to a Row being added to or removed from the Store.

RowCountListener

The RowCountListener type describes a function that is used to listen to changes to the number of Row objects in a Table.

RowListener

The RowListener type describes a function that is used to listen to changes to a Row.

CellIdsListener

The CellIdsListener type describes a function that is used to listen to changes to the Cell Ids in a Row.

CellChange

The CellChange type describes a Cell's changes during a transaction.

CellListener

The CellListener type describes a function that is used to listen to changes to a Cell.

GetCellChange

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

HasCellListener

The HasCellListener type describes a function that is used to listen to a Cell being added to or removed from the Store.

InvalidCellListener

The InvalidCellListener type describes a function that is used to listen to attempts to set invalid data to a Cell.

ValuesListener

The ValuesListener type describes a function that is used to listen to changes to all the Values in a Store.

HasValuesListener

The HasValuesListener type describes a function that is used to listen to Values as a whole being added to or removed from the Store.

GetValueChange

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

HasValueListener

The HasValueListener type describes a function that is used to listen to a Value being added to or removed from the Store.

InvalidValueListener

The InvalidValueListener type describes a function that is used to listen to attempts to set invalid data to a Value.

ValueChange

The ValueChange type describes a Value's changes during a transaction.

ValueIdsListener

The ValueIdsListener type describes a function that is used to listen to changes to the Value Ids in a Store.

ValueListener

The ValueListener type describes a function that is used to listen to changes to a Value.

GetIdChanges

The GetIdChanges type describes a function that returns information about the changes to a set of Ids during a transaction.

TransactionListener

The TransactionListener type describes a function that is used to listen to the completion of a transaction for the Store.