Package Summary  Overview Summary

class:AppReopenedListener [NONE]

  • All Superinterfaces:
    EventListener, SystemEventListener

    public interface AppReopenedListener
    extends SystemEventListener
    
    Implementors receive notification when the app has been asked to open again.

    This notification is useful for showing a new document when your app has no open windows.

    Since:
    9

method:appReopened(java.awt.desktop.AppReopenedEvent) [CHANGED]

  • appReopened

    void appReopened​(AppReopenedEvent e)
    Called when the app has been reopened.
    Parameters:
    e - the request to reopen the app
  • appReopened

    void appReopened​(AppReopenedEvent e)
    Called when the app has been reopened
    Parameters:
    e - the request to reopen the app
  • appReopened

    void appReopened​(AppReopenedEvent e)
    Called when the app has been reopened.
    Parameters:
    e - the request to reopen the app

© 2019 Oracle Corporation and/or its affiliates