|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mactor.framework.EventReporter
public class EventReporter
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 |
---|
public EventReporter(java.lang.String testRunInstanceId, TestFeedbackListener listener)
Method Detail |
---|
public void onNodeEvent(TestEvent event, TestContext context)
onNodeEvent
in interface TestFeedbackListener
public void onTestRunCompleted(java.lang.String testRunInstanceId, int succededCount, int failedCount)
onTestRunCompleted
in interface TestFeedbackListener
public void run()
run
in interface java.lang.Runnable
public void start()
public void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |