org.mactor.framework
Class EventReporter

java.lang.Object
  extended by org.mactor.framework.EventReporter
All Implemented Interfaces:
java.lang.Runnable, TestFeedbackListener

public class EventReporter
extends java.lang.Object
implements java.lang.Runnable, TestFeedbackListener


Constructor Summary
EventReporter(java.lang.String testRunInstanceId, TestFeedbackListener listener)
           
 
Method Summary
 void onNodeEvent(TestEvent event, TestContext context)
           
 void onTestRunCompleted(java.lang.String testRunInstanceId, int succededCount, int failedCount)
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReporter

public EventReporter(java.lang.String testRunInstanceId,
                     TestFeedbackListener listener)
Method Detail

onNodeEvent

public void onNodeEvent(TestEvent event,
                        TestContext context)
Specified by:
onNodeEvent in interface TestFeedbackListener

onTestRunCompleted

public void onTestRunCompleted(java.lang.String testRunInstanceId,
                               int succededCount,
                               int failedCount)
Specified by:
onTestRunCompleted in interface TestFeedbackListener

run

public void run()
Specified by:
run in interface java.lang.Runnable

start

public void start()

stop

public void stop()


Copyright © 2008. All Rights Reserved.