org.hudsonci.maven.plugin.ui.gwt.buildinfo
Interface ModuleInfoPresenter

All Known Implementing Classes:
ModuleInfoPresenterImpl

public interface ModuleInfoPresenter

Presenter for ModuleInfoPresenter.ModuleInfoView widgets.

Since:
2.1.0
Author:
Jamie Whitehouse

Nested Class Summary
static interface ModuleInfoPresenter.ModuleInfoView
          Display of MavenProjectDTO information.
 
Method Summary
 void clear()
           
 void setModule(MavenProjectDTO module)
          Set the module to display information for.
 

Method Detail

setModule

void setModule(MavenProjectDTO module)
Set the module to display information for.


clear

void clear()


Copyright © 2004-2011 Hudson. All Rights Reserved.