On this page
Interface SystemSleepListener
- All Superinterfaces:
EventListener
,SystemEventListener
public interface SystemSleepListener extends SystemEventListener
This notification is useful for disconnecting from network services prior to sleep, or re-establishing a connection if the network configuration has changed during sleep.
- Since:
- 9
Method Summary
Modifier and Type | Method | Description |
---|---|---|
void |
systemAboutToSleep |
Called when the system is about to sleep.
|
void |
systemAwoke |
Called after the system has awoken from sleeping.
|
Method Details
systemAboutToSleep
void systemAboutToSleep(SystemSleepEvent e)
- Parameters:
e
- the system sleep event
systemAwoke
void systemAwoke(SystemSleepEvent e)
- Parameters:
e
- the system sleep 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/SystemSleepListener.html