Package org.opencms.ui.apps
Interface I_CmsHasAppLaunchCommand
- All Known Implementing Classes:
CmsPageEditorConfiguration
,CmsSitemapEditorConfiguration
public interface I_CmsHasAppLaunchCommand
Implement this interface for apps that require special app launch actions.
-
Method Summary
Modifier and TypeMethodDescriptionThe runnable to launch this app.
-
Method Details
-
getAppLaunchCommand
The runnable to launch this app.- Returns:
- the app launch runnable
-