java.lang.Object
org.jpo.gui.ApplicationStartupHandler
Handles application startup
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(ApplicationStartupRequest request) Handles the application startup by posting anOpenMainWindowRequest
, starting theStartCameraWatchDaemonRequest
, starting theStartThumbnailCreationDaemonRequest
.
-
Field Details
-
GENERIC_INFO
Title for Info Boxes
-
-
Constructor Details
-
ApplicationStartupHandler
public ApplicationStartupHandler()
-
-
Method Details
-
handleEvent
Handles the application startup by posting anOpenMainWindowRequest
, starting theStartCameraWatchDaemonRequest
, starting theStartThumbnailCreationDaemonRequest
. If an autoLoad is defined in the Settings it will load that or start a new collection withStartNewCollectionRequest
.- Parameters:
request
- the startup request- See Also:
-