org.drools.guvnor.client.qa
Class BulkRunResult

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

public class BulkRunResult
extends Object
implements BulkRunResultView.Presenter

This presents the results of a bulk run.


Constructor Summary
BulkRunResult(org.drools.guvnor.client.qa.BulkRunResultView display)
           
 
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

BulkRunResult

public BulkRunResult(org.drools.guvnor.client.qa.BulkRunResultView display)
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-2011 JBoss Inc.. All Rights Reserved.