| com.sun.midp.lcdui.ForegroundEventConsumer
ForegroundEventConsumer | public interface ForegroundEventConsumer (Code) | | This interface provides a set of methods to handle
foreground notification events.
|
Method Summary | |
void | handleDisplayBackgroundNotifyEvent() Called by event delivery when the display manager (in AMS Isolate)
notifies a display that it has been moved to the background. | void | handleDisplayForegroundNotifyEvent() Called by event delivery when the display manager (in AMS Isolate)
notifies a display that it has been moved to the foreground. |
handleDisplayBackgroundNotifyEvent | void handleDisplayBackgroundNotifyEvent()(Code) | | Called by event delivery when the display manager (in AMS Isolate)
notifies a display that it has been moved to the background.
|
handleDisplayForegroundNotifyEvent | void handleDisplayForegroundNotifyEvent()(Code) | | Called by event delivery when the display manager (in AMS Isolate)
notifies a display that it has been moved to the foreground.
|
|
|