|
Apple Java Extensions | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppForegroundListener
Implementors are notified when the app becomes the foreground app and when it resigns being the foreground app. This notification is useful for hiding and showing transient UI like palette windows which should be hidden when the app is in the background.
Application.addAppEventListener(AppEventListener)
Method Summary | |
---|---|
void |
appMovedToBackground(AppEvent.AppForegroundEvent e)
Called when the app resigns to the background and another app becomes the foreground app. |
void |
appRaisedToForeground(AppEvent.AppForegroundEvent e)
Called when the app becomes the foreground app. |
Method Detail |
---|
void appRaisedToForeground(AppEvent.AppForegroundEvent e)
e
- the app became foreground notification.void appMovedToBackground(AppEvent.AppForegroundEvent e)
e
- the app resigned foreground notification.
|
Apple Java Extensions | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |