Methods Summary |
---|
public javax.microedition.lcdui.Displayable | registerDisplay(int displayId, java.lang.String ownerClassName)Called to register a newly created Display. Must method must
be called before the other methods can be called.
|
public void | requestBackground(int displayId)Called to request the background.
|
public void | requestForeground(int displayId, boolean isAlert)Called to request the foreground.
|
public void | startPreempting(int displayId)Called to start preempting. The given display will preempt all other
displays for this isolate.
|
public void | stopPreempting(int displayId)Called to stop preempting.
|