org.drools.guvnor.client.explorer.navigation.qa
Class BulkRunResultPresenter

java.lang.Object
  extended by org.drools.guvnor.client.explorer.navigation.qa.BulkRunResultPresenter
All Implemented Interfaces:
BulkRunResultView.Presenter

public class BulkRunResultPresenter
extends Object
implements BulkRunResultView.Presenter

This presents the results of a bulk run.


Constructor Summary
BulkRunResultPresenter(org.drools.guvnor.client.explorer.navigation.qa.BulkRunResultView view)
           
 
Method Summary
 void onClose()
           
 void setBulkTestRunResult(BulkTestRunResult bulkTestRunResult)
           
 void setCloseCommand(com.google.gwt.user.client.Command closeCommand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkRunResultPresenter

public BulkRunResultPresenter(org.drools.guvnor.client.explorer.navigation.qa.BulkRunResultView view)
Method Detail

onClose

public void onClose()
Specified by:
onClose in interface BulkRunResultView.Presenter

setCloseCommand

public void setCloseCommand(com.google.gwt.user.client.Command closeCommand)

setBulkTestRunResult

public void setBulkTestRunResult(BulkTestRunResult bulkTestRunResult)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.