Deprecated API


Contents
Deprecated Methods
org.netbeans.microedition.lcdui.AbstractInfoScreen.getNextAlert()
          - use static Commands and CommandListener pattern from the actual implementation class 
org.netbeans.microedition.lcdui.AbstractInfoScreen.getNextDisplayable()
          - use static Commands and CommandListener pattern from the actual implementation class 
org.netbeans.microedition.lcdui.WaitScreen.setFailureDisplayable(Alert, Displayable)
          - use FAILURE_COMMAND in CommandListener.commandAction() to handle failure event 
org.netbeans.microedition.lcdui.WaitScreen.setFailureDisplayable(Displayable)
          - use FAILURE_COMMAND in CommandListener.commandAction() to handle failure event 
org.netbeans.microedition.lcdui.AbstractInfoScreen.setNextDisplayable(Alert, Displayable)
          - use static Commands and CommandListener pattern from the actual implementation class 
org.netbeans.microedition.lcdui.AbstractInfoScreen.setNextDisplayable(Displayable)
          - use static Commands and CommandListener from the actual implementation 
org.netbeans.microedition.lcdui.AbstractInfoScreen.switchToDisplayable(Display, Alert, Displayable)
          - use SplashScreen.DISMISS_COMMAND or WaitScreen.SUCCESS_COMMAND in CommandListener.commandAction() to handle this event for specific implementation of the info screen. 
org.netbeans.microedition.lcdui.AbstractInfoScreen.switchToNextDisplayable()
          - use static Commands and CommandListener pattern from the actual implementation class