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