Uses of Class
java.awt.desktop.AppForegroundEvent
Package
Description
Provides interfaces and classes for interaction with various desktop
capabilities.
-
Uses of AppForegroundEvent in java.awt.desktop
Modifier and TypeMethodDescriptionvoid
AppForegroundListener.appMovedToBackground(AppForegroundEvent e)
Called when the app becomes the background app and another app becomes the foreground app.void
AppForegroundListener.appRaisedToForeground(AppForegroundEvent e)
Called when the app becomes the foreground app.