Interface AppReopenedListener
- All Superinterfaces:
EventListener
,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 Summary
Modifier and TypeMethodDescriptionvoid
Called when the app has been reopened.
-
Method Details
-
appReopened
Called when the app has been reopened.- Parameters:
e
- the request to reopen the app
-