EventListener
, SystemEventListener
public interface UserSessionListener extends SystemEventListener
This notification is useful for discontinuing a costly animation, or indicating that the user is no longer present on a network service.
Some systems may provide a reason of the user session change.
Modifier and Type | Method | Description |
---|---|---|
void |
userSessionActivated |
Called when the user session has been switched to. |
void |
userSessionDeactivated |
Called when the user session has been switched away. |
void userSessionDeactivated(UserSessionEvent e)
e
- the user session switch eventvoid userSessionActivated(UserSessionEvent e)
e
- the user session switch event
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/desktop/UserSessionListener.html