Package com.jalios.jcms.application
Class ApplicationManager.ApplicationLauncherWithDepartment
- java.lang.Object
-
- com.jalios.jcms.application.ApplicationManager.ApplicationLauncherWithDepartment
-
- Enclosing class:
- ApplicationManager
public class ApplicationManager.ApplicationLauncherWithDepartment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationLauncherWithDepartment(ApplicationLauncher launcher, Group department)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Group
getDepartment()
ApplicationLauncher
getLauncher()
-
-
-
Constructor Detail
-
ApplicationLauncherWithDepartment
public ApplicationLauncherWithDepartment(ApplicationLauncher launcher, Group department)
-
-
Method Detail
-
getLauncher
public ApplicationLauncher getLauncher()
-
getDepartment
public Group getDepartment()
-
-