Drools Workbench - Test Scenario Editor - Client 6.1.1-SNAPSHOT

org.drools.workbench.screens.testscenario.client.reporting
Class TestRunnerReportingScreen

java.lang.Object
  extended by org.drools.workbench.screens.testscenario.client.reporting.TestRunnerReportingScreen
All Implemented Interfaces:
TestRunnerReportingView.Presenter

@ApplicationScoped
public class TestRunnerReportingScreen
extends Object
implements TestRunnerReportingView.Presenter


Constructor Summary
TestRunnerReportingScreen(TestRunnerReportingView view, TestRuntimeReportingService testRuntimeReportingService)
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget asWidget()
           
 org.uberfire.workbench.model.Position getDefaultPosition()
           
 String getTitle()
           
 void onAddingFailure(Failure failure)
           
 void onMessageSelected(Failure failure)
           
 void onSuccess(Success success)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRunnerReportingScreen

@Inject
public TestRunnerReportingScreen(TestRunnerReportingView view,
                                        TestRuntimeReportingService testRuntimeReportingService)
Method Detail

getDefaultPosition

public org.uberfire.workbench.model.Position getDefaultPosition()

getTitle

public String getTitle()

asWidget

public com.google.gwt.user.client.ui.Widget asWidget()

onSuccess

public void onSuccess(@Observes
                      Success success)

onMessageSelected

public void onMessageSelected(Failure failure)
Specified by:
onMessageSelected in interface TestRunnerReportingView.Presenter

onAddingFailure

public void onAddingFailure(Failure failure)
Specified by:
onAddingFailure in interface TestRunnerReportingView.Presenter

Drools Workbench - Test Scenario Editor - Client 6.1.1-SNAPSHOT

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