org.hudsonci.maven.plugin.ui.gwt.configure.documents
Interface DocumentMasterPresenter

All Superinterfaces:
WorkspacePresenter
All Known Implementing Classes:
DocumentMasterPresenterImpl

public interface DocumentMasterPresenter
extends WorkspacePresenter

Manages the display for editing documents.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
static interface DocumentMasterPresenter.MessagesResource
           
 
Method Summary
 void doAdd()
           
 void doRefresh()
           
 void doRemove()
           
 DocumentMasterView getView()
           
 

Method Detail

getView

DocumentMasterView getView()
Specified by:
getView in interface WorkspacePresenter

doRefresh

void doRefresh()

doAdd

void doAdd()

doRemove

void doRemove()


Copyright © 2004-2011 Hudson. All Rights Reserved.