| javax.microedition.lcdui.StubDisplay
StubDisplay | public class StubDisplay extends Display (Code) | | |
Constructor Summary | |
public | StubDisplay(String ownerName) Creates a simple stub display and tells it that it is in the
foreground. | public | StubDisplay() Creates a stub display, in the foreground, with a stubbed out midlet
controller event producer. |
StubDisplay | public StubDisplay(String ownerName)(Code) | | Creates a simple stub display and tells it that it is in the
foreground.
Parameters: ownerName - class name of the MIDlet that owns this Display |
StubDisplay | public StubDisplay()(Code) | | Creates a stub display, in the foreground, with a stubbed out midlet
controller event producer. This is sometimes necessary to prevent
certain display actions (such as setCurrent) from flooding the AMS
event queue with foreground-change requests.
|
|
|