info.magnolia.ui.admincentral.usermenu
Class UserMenuPresenter

java.lang.Object
  extended by info.magnolia.ui.admincentral.usermenu.UserMenuPresenter
All Implemented Interfaces:
UserMenuView.Listener

public class UserMenuPresenter
extends Object
implements UserMenuView.Listener

Presenter for the UserMenuView used to display a users MgnlUserManager.PROPERTY_TITLE and providing actions obtained by the UserActionExecutor.


Constructor Summary
UserMenuPresenter(UserMenuView view, UserActionExecutor actionExecutor, MessagesManager messagesManager)
           
 
Method Summary
 View getView()
           
 void onAction(String actionName)
           
 View start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserMenuPresenter

@Inject
public UserMenuPresenter(UserMenuView view,
                                UserActionExecutor actionExecutor,
                                MessagesManager messagesManager)
Method Detail

getView

public View getView()

start

public View start()

onAction

public void onAction(String actionName)
Specified by:
onAction in interface UserMenuView.Listener


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.