The RecordListener interface notifies any changes made in the contents of a record store. These changes include addition, deletion, and modification. The RecordListener interface is implemented by the classes that need to be notified about such changes in a record store. The addRecordListener() method is called to register a listener. The removeRecordListener() method is called to remove the listener.
This interface has the following three methods:
- recordAdded()
- recordDeleted()
- recordChanged()
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.