What is the recordDeleted() method?
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 recordDeleted() method?
Rating:
The recordDeleted method is a method of the RecordListener interface. This method is called when a record is removed from a record store. The general syntax of this method is as follows:
Here, recordstore is the reference of the RecordStore class, and recordid represents the id of a deleted record.
Rating:
Was this information helpful?
Other articles
- What is the sleep() method?
- What is the unregisterConnection() method?
- What is JTWI?
- What is Generic Connection Framework?
- What is the listRecordStores() method?