Methods Summary |
---|
public void | donePreempting(java.lang.Object preemptToken)Display the displayable that was being displayed before
preemptDisplay was called.
|
public void | initDisplayEventHandler(DisplayEventProducer theDisplayEventProducer, ForegroundController theForegroundController, RepaintEventProducer theRepaintEventProducer, DisplayContainer theDisplayContainer)Initialize Display Event Handler
|
public void | initSuiteData(boolean drawTrustedIcon)Initialize per suite data of the display event handler.
|
public void | onDisplayBackgroundProcessed(int displayId)Called by Display to notify DisplayEventHandler that
Display has been sent to the background to finish
preempt process if any.
|
public java.lang.Object | preemptDisplay(javax.microedition.lcdui.Displayable d, boolean waitForDisplay)Preempt the current displayable with
the given displayable until donePreempting is called.
|