org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal
Class DocumentMasterPresenterImpl
java.lang.Object
org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal.DocumentMasterPresenterImpl
- All Implemented Interfaces:
- DocumentMasterPresenter, WorkspacePresenter
@Singleton
public class DocumentMasterPresenterImpl
- extends Object
- implements DocumentMasterPresenter
Default implementation of DocumentMasterPresenter.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentMasterPresenterImpl
@Inject
public DocumentMasterPresenterImpl(DocumentMasterView view,
com.google.gwt.event.shared.EventBus eventBus,
Scheduler scheduler,
DocumentManagerLiaison documentManagerLiaison,
DocumentDetailPresenter documentDetailPresenter,
ConfirmDialogPresenter confirmDialogPresenter,
DocumentMasterPresenter.MessagesResource messages)
getView
public DocumentMasterView getView()
- Specified by:
getView in interface DocumentMasterPresenter- Specified by:
getView in interface WorkspacePresenter
doRefresh
public void doRefresh()
- Specified by:
doRefresh in interface DocumentMasterPresenter
doAdd
public void doAdd()
- Specified by:
doAdd in interface DocumentMasterPresenter
doRemove
public void doRemove()
- Specified by:
doRemove in interface DocumentMasterPresenter
Copyright © 2004-2011 Hudson. All Rights Reserved.