Uses of Class
java.awt.desktop.AppHiddenEvent
Packages that use AppHiddenEvent
Package
Description
Provides interfaces and classes for interaction with various desktop
 capabilities.
- 
Uses of AppHiddenEvent in java.awt.desktopMethods in java.awt.desktop with parameters of type AppHiddenEventModifier and TypeMethodDescriptionvoidAppHiddenListener.appHidden(AppHiddenEvent e) Called when the app is hidden.voidAppHiddenListener.appUnhidden(AppHiddenEvent e) Called when the hidden app is shown again (but not necessarily brought to the foreground).