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 Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Copyright  © 1993, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.license terms  and the documentation redistribution policy .