org.hudsonci.maven.plugin.ui.gwt.configure.workspace.internal
Class WorkspaceManagerPresenterImpl

java.lang.Object
  extended by org.hudsonci.maven.plugin.ui.gwt.configure.workspace.internal.WorkspaceManagerPresenterImpl
All Implemented Interfaces:
WorkspaceManagerPresenter

@Singleton
public class WorkspaceManagerPresenterImpl
extends Object
implements WorkspaceManagerPresenter

Default implementation of WorkspaceManagerPresenter.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
WorkspaceManagerPresenterImpl(WorkspaceManagerView view, WorkspacePresenter defaultWorkspace)
           
 
Method Summary
 WorkspaceManagerView getView()
           
 void start(com.google.gwt.user.client.ui.HasWidgets container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceManagerPresenterImpl

@Inject
public WorkspaceManagerPresenterImpl(WorkspaceManagerView view,
                                            @Named(value="default")@Nullable
                                            WorkspacePresenter defaultWorkspace)
Method Detail

getView

public WorkspaceManagerView getView()
Specified by:
getView in interface WorkspaceManagerPresenter

start

public void start(com.google.gwt.user.client.ui.HasWidgets container)
Specified by:
start in interface WorkspaceManagerPresenter


Copyright © 2004-2011 Hudson. All Rights Reserved.