This application illustrates to implement the RecordListener interface with the RecordStore class for receiving Record Changed, Added, Deleted events from a record store. The Record Listener interface having the following methods:
In this example we are going to recordAdded(), recordDeleted() and recordChanged() the data.
The Application is as follows:


RMSListener.java
import java.io.*;
|
|
Recommend the tutorial |
Ask Questions? Discuss: J2ME Record Listener
Post your Comment