TinyBase logoTinyBase

Listener methods

addLinkedRowIdsListener

The addLinkedRowIdsListener method registers a listener function with the Relationships object that will be called whenever the linked Row Ids in a linked list Relationship change. Read more.

addLocalRowIdsListener

The addLocalRowIdsListener method registers a listener function with the Relationships object that will be called whenever the local Row Ids in a Relationship change. Read more.

addRemoteRowIdListener

The addRemoteRowIdListener method registers a listener function with the Relationships object that will be called whenever a remote Row Id in a Relationship changes. Read more.

addRelationshipIdsListener

The addRelationshipIdsListener method registers a listener function with the Relationships object that will be called whenever a Relationship definition is added or removed. Read more.

delListener

The delListener method removes a listener that was previously added to the Relationships object. Read more.