What is the recordChanged() 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 recordChanged() method?
Rating:
The recordChanged() method is a method of the RecordListener interface. This method is called when there is any modification in the record of a record store. The general syntax of this method is as follows:
Here, recordstore is the reference to the RecordStore class and recordid represents the id of the modified record.
Rating:
Was this information helpful?
Other articles
- What is the getPriority() method?
- What is the getTimeout() method?
- What is the setCurrent() method?
- What is an exception?
- What is the destroyApp() method?