com.carrotsearch.ant.tasks.junit4
Class DiagnosticsListener

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.DiagnosticsListener

public class DiagnosticsListener
extends Object


Constructor Summary
DiagnosticsListener(SlaveInfo slave, JUnit4 task)
           
 
Method Summary
 void receiveAll(IEvent e)
           
 void receiveBootstrap(BootstrapEvent e)
           
 void receiveQuit(QuitEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagnosticsListener

public DiagnosticsListener(SlaveInfo slave,
                           JUnit4 task)
Method Detail

receiveAll

public void receiveAll(IEvent e)

receiveBootstrap

public void receiveBootstrap(BootstrapEvent e)

receiveQuit

public void receiveQuit(QuitEvent e)


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.