Listener type aliases
TablesListener
The TablesListener
type describes a function that is used to listen to changes to the tabular part of the Store
. Read more.
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
. Read more.
TableIdsListener
The TableIdsListener
type describes a function that is used to listen to changes to the Table
Ids
in the Store
. Read more.
TableCellIdsListener
The TableCellIdsListener
type describes a function that is used to listen to changes to the Cell
Ids
that appear anywhere in a Table
. Read more.
TableListener
The TableListener
type describes a function that is used to listen to changes to a Table
. Read more.
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. Read more.
HasTableListener
The HasTableListener
type describes a function that is used to listen to a Table
being added to or removed from the Store
. Read more.
RowIdsListener
The RowIdsListener
type describes a function that is used to listen to changes to the Row
Ids
in a Table
. Read more.
SortedRowIdsListener
The SortedRowIdsListener
type describes a function that is used to listen to changes to sorted Row
Ids
in a Table
. Read more.
HasRowListener
The HasRowListener
type describes a function that is used to listen to a Row
being added to or removed from the Store
. Read more.
RowCountListener
The RowCountListener
type describes a function that is used to listen to changes to the number of Row
objects in a Table
. Read more.
RowListener
The RowListener
type describes a function that is used to listen to changes to a Row
. Read more.
CellIdsListener
The CellIdsListener
type describes a function that is used to listen to changes to the Cell
Ids
in a Row
. Read more.
CellChange
The CellChange
type describes a Cell
's changes during a transaction. Read more.
CellListener
The CellListener
type describes a function that is used to listen to changes to a Cell
. Read more.
GetCellChange
The GetCellChange
type describes a function that returns information about any Cell
's changes during a transaction. Read more.
HasCellListener
The HasCellListener
type describes a function that is used to listen to a Cell
being added to or removed from the Store
. Read more.
InvalidCellListener
The InvalidCellListener
type describes a function that is used to listen to attempts to set invalid data to a Cell
. Read more.
ValuesListener
The ValuesListener
type describes a function that is used to listen to changes to all the Values
in a Store
. Read more.
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
. Read more.
GetValueChange
The GetValueChange
type describes a function that returns information about any Value
's changes during a transaction. Read more.
HasValueListener
The HasValueListener
type describes a function that is used to listen to a Value
being added to or removed from the Store
. Read more.
InvalidValueListener
The InvalidValueListener
type describes a function that is used to listen to attempts to set invalid data to a Value
. Read more.
ValueChange
The ValueChange
type describes a Value
's changes during a transaction. Read more.
ValueIdsListener
The ValueIdsListener
type describes a function that is used to listen to changes to the Value
Ids
in a Store
. Read more.
ValueListener
The ValueListener
type describes a function that is used to listen to changes to a Value
. Read more.
GetIdChanges
The GetIdChanges
type describes a function that returns information about the changes to a set of Ids
during a transaction. Read more.
TransactionListener
The TransactionListener
type describes a function that is used to listen to the completion of a transaction for the Store
. Read more.