All Superinterfaces:
EventListener
, SystemEventListener
Implementors are notified when the app is hidden or shown by the user. This
notification is helpful for discontinuing a costly animation if it's not
visible to the user.
Since:
9
Method Summary
All Methods Instance Methods Abstract Methods
void
Called when the app is hidden.
void
Called when the hidden app is shown again (but not necessarily brought to
the foreground).
Method Details
appHidden
Called when the app is hidden.
Parameters:
e
- event
appUnhidden
Called when the hidden app is shown again (but not necessarily brought to
the foreground).
Parameters:
e
- event
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2024, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .