| 
 | MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Exceptions | |
|---|---|
| javax.microedition.midlet.MIDletStateChangeException MIDletStateChangeException is no longer used. MIDlets that throw MIDletStateChangeException will be destroyed. | |
| Deprecated Methods | |
|---|---|
| javax.microedition.midlet.MIDlet.checkPermission(String) The permissions model in this specification does not use named permissions. | |
| javax.microedition.rms.RecordStore.getSize() Previously calls to getSize()could not accommodate
              aRecordStorelarger thanInteger.MAX_VALUE.
              To query the size of aRecordStore, useRecordStore.getRecordStoreInfo()andRecordStoreInfo.getSize(),
              which returns a long and can accommodateRecordStoresizes up toLong.MAX_VALUE. | |
| javax.microedition.rms.RecordStore.getSizeAvailable() Previously calls to getSizeAvailable()could not accommodate
              aRecordStorelarger thanInteger.MAX_VALUE.
              To query the available size of aRecordStore, useRecordStore.getRecordStoreInfo()andRecordStoreInfo.getSizeAvailable(),
              which returns a long and can accommodateRecordStoresizes up toLong.MAX_VALUE. | |
| javax.microedition.lcdui.Canvas.hasPointerEvents() Support for pointer press and release events are determined by the  Display . UseDisplay.hasPointerevents() | |
| javax.microedition.lcdui.Canvas.hasPointerMotionEvents() Support for pointer motion events are determined by the  Display . UseDisplay.hasPointerMotionevents() | |
| javax.microedition.midlet.MIDlet.notifyPaused() The Paused state is deprecated; the application does not need to inform the implementation that it is quiescent. | |
| javax.microedition.midlet.MIDlet.pauseApp() Previously calls to pauseAppdid not
   provide reliable information about system state changes.
   To be informed of changes in resources available to the
   application, use the listeners in the respective APIs. 
   For example, to be notified that the application is not in the
   foreground, register aDisplayListener.
   TheEventManagercan be used
   to listen for system state changes. | |
| javax.microedition.midlet.MIDlet.resumeRequest() MIDlets will not be paused and do not need to be resumed. | |
| 
 | MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||