2010 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.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.