TinyBase logoTinyBase

Listener methods

This is the collection of listener methods within the Indexes interface. There are 4 listener methods in total.

addSliceRowIdsListener

The addSliceRowIdsListener method registers a listener function with the Indexes object that will be called whenever the Row Ids in a Slice change.

addIndexIdsListener

The addIndexIdsListener method registers a listener function with the Indexes object that will be called whenever an Index definition is added or removed.

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.