What is the RecordListener interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the RecordListener interface?
Rating:
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()
Rating:
Was this information helpful?
Other articles
- What is the nextFrame() method?
- What is the getTimeout() method?
- What is the closeRecordStore() method?
- What is the append() method?
- What is the setPriority() method?