This is the collection of listener methods within the Queries
interface. There are 7 listener methods in total.
addResultTableListener
The addResultTableListener
method registers a listener function with the Queries
object that will be called whenever data in a result Table
changes.
addResultRowIdsListener
The addResultRowIdsListener
method registers a listener function with the Queries
object that will be called whenever the Row
Ids
in a result Table
change.
addResultSortedRowIdsListener
The addResultSortedRowIdsListener
method registers a listener function with the Queries
object that will be called whenever sorted (and optionally, paginated) Row
Ids
in a result Table
change.
addResultRowListener
The addResultRowListener
method registers a listener function with the Queries
object that will be called whenever data in a result Row
changes.
addResultCellIdsListener
The addResultCellIdsListener
method registers a listener function with the Queries
object that will be called whenever the Cell
Ids
in a result Row
change.
addResultCellListener
The addResultCellListener
method registers a listener function with the Queries
object that will be called whenever data in a result Cell
changes.
delListener
The delListener method removes a listener that was previously added to the Queries
object.