Module java.desktop

Interface AppHiddenListener

All Superinterfaces:
EventListener, SystemEventListener

public interface AppHiddenListener extends 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