Listener methods
This is the collection of listener methods within the Queries
interface. There are 10 listener methods in total.
addResultTableCellIdsListener
The addResultTableCellIdsListener
method registers a listener function with the Queries
object that will be called whenever the Cell
Ids
that appear anywhere in a ResultTable
change.
addResultTableListener
The addResultTableListener
method registers a listener function with the Queries
object that will be called whenever data in a ResultTable
changes.
addResultRowIdsListener
The addResultRowIdsListener
method registers a listener function with the Queries
object that will be called whenever the ResultRow
Ids
in a ResultTable
change.
addResultSortedRowIdsListener
The addResultSortedRowIdsListener
method registers a listener function with the Queries
object that will be called whenever sorted (and optionally, paginated) ResultRow
Ids
in a ResultTable
change.
addResultRowCountListener
The addResultRowCountListener
method registers a listener function with the Queries
object that will be called whenever the count of ResultRow
objects in a ResultTable
changes.
addResultRowListener
The addResultRowListener
method registers a listener function with the Queries
object that will be called whenever data in a ResultRow
changes.
addResultCellIdsListener
The addResultCellIdsListener
method registers a listener function with the Queries
object that will be called whenever the ResultCell
Ids
in a ResultRow
change.
addResultCellListener
The addResultCellListener
method registers a listener function with the Queries
object that will be called whenever data in a ResultCell
changes.
addQueryIdsListener
The addQueryIdsListener
method registers a listener function with the Queries
object that will be called whenever an Query definition is added or removed.
delListener
The delListener
method removes a listener that was previously added to the Queries
object.