Listener methods
This is the collection of listener methods within the Indexes
interface. There are only three listener methods, addSliceRowIdsListener
, addSliceIdsListener
, and delListener
.
addSliceRowIdsListener
The addSliceRowIdsListener
method registers a listener function with the Indexes
object that will be called whenever the Row
Ids
in a Slice
change.
addSliceIdsListener
The addSliceIdsListener
method registers a listener function with the Indexes
object that will be called whenever the Slice
Ids
in an Index
change.
delListener
The delListener method removes a listener that was previously added to the Indexes
object.