public class AppLauncherShellApp extends Object implements ShellApp, AppLauncherView.Presenter
Constructor and Description |
---|
AppLauncherShellApp(Shell shell,
AppLauncherView view,
AppController appController,
AppLauncherLayoutManager appLauncherLayoutManager,
info.magnolia.event.EventBus admincentralEventBus,
info.magnolia.event.EventBus systemEventBus)
Deprecated.
since 5.4 - use the c-tor which injects the
Context instead. |
AppLauncherShellApp(Shell shell,
AppLauncherView view,
AppController appController,
AppLauncherLayoutManager appLauncherLayoutManager,
info.magnolia.event.EventBus admincentralEventBus,
info.magnolia.event.EventBus systemEventBus,
info.magnolia.context.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
locationChanged(Location location) |
View |
start(ShellAppContext context) |
@Deprecated public AppLauncherShellApp(Shell shell, AppLauncherView view, AppController appController, AppLauncherLayoutManager appLauncherLayoutManager, @Named(value="admincentral") info.magnolia.event.EventBus admincentralEventBus, @Named(value="system") info.magnolia.event.EventBus systemEventBus)
Context
instead.@Inject public AppLauncherShellApp(Shell shell, AppLauncherView view, AppController appController, AppLauncherLayoutManager appLauncherLayoutManager, @Named(value="admincentral") info.magnolia.event.EventBus admincentralEventBus, @Named(value="system") info.magnolia.event.EventBus systemEventBus, info.magnolia.context.Context context)
public View start(ShellAppContext context)
public void locationChanged(Location location)
locationChanged
in interface ShellApp
Copyright © 2016 Magnolia International Ltd.. All rights reserved.