Package Summary  Overview Summary

class:AppHiddenListener [NONE]

  • 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

method:appHidden(java.awt.desktop.AppHiddenEvent) [NONE]

  • appHidden

    void appHidden​(AppHiddenEvent e)
    Called the app is hidden.
    Parameters:
    e - event

method:appUnhidden(java.awt.desktop.AppHiddenEvent) [NONE]

  • appUnhidden

    void appUnhidden​(AppHiddenEvent e)
    Called when the hidden app is shown again (but not necessarily brought to the foreground).
    Parameters:
    e - event