What is the recordAdded() 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 recordAdded() method?
Rating:
The recordAdded() method is a method of the RecordListener interface. This method is called when a new record is added to 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 an added record.
Rating:
Was this information helpful?
Other articles
- Implementing High-Level User interface in MIDP
- What is the Spacer class?
- What is the getProperty() method?
- What is the getResourceAsStream() method?
- What is the setCurrent() method?