Package com.saperion.ngc.maintab
Class LastOpenedApplication
java.lang.Object
com.saperion.ngc.maintab.LastOpenedApplication
This class is used to store and retrieve the event used to open the last application from the
settings-database.
- Author:
- cmerkel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NavigationFormEvent
get()
Restores the event that was used to open the last application from the setting stored in the database.static void
store
(NavigationFormEvent openEvent) Stores the event that was used to open the last application in the database.
-
Field Details
-
LAST_APP_SETTING_NAME
- See Also:
-
STORE_LAST_APPLICATION
- See Also:
-
-
Method Details
-
get
Restores the event that was used to open the last application from the setting stored in the database.- Returns:
- the event or null if the setting was not found or empty