"

2013 FRC Java API

"

Uses of Interface
javax.microedition.rms.RecordListener

Packages that use RecordListener
javax.microedition.rms The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. 
 

Uses of RecordListener in javax.microedition.rms
 

Methods in javax.microedition.rms with parameters of type RecordListener
 void RecordStore.addRecordListener(RecordListener listener)
          Adds the specified RecordListener.
 void RecordStore.removeRecordListener(RecordListener listener)
          Removes the specified RecordListener.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"