org.apache.ant.antunit.listener
Class BaseAntUnitListener.LogGrabber

java.lang.Object
  extended by org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
Enclosing class:
BaseAntUnitListener

public class BaseAntUnitListener.LogGrabber
extends java.lang.Object


Constructor Summary
BaseAntUnitListener.LogGrabber()
           
 
Method Summary
 void buildFinished(BuildEvent event)
           
 void buildStarted(BuildEvent event)
           
 void messageLogged(BuildEvent event)
           
 void targetFinished(BuildEvent event)
           
 void targetStarted(BuildEvent event)
           
 void taskFinished(BuildEvent event)
           
 void taskStarted(BuildEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAntUnitListener.LogGrabber

public BaseAntUnitListener.LogGrabber()
Method Detail

buildStarted

public void buildStarted(BuildEvent event)

buildFinished

public void buildFinished(BuildEvent event)

targetStarted

public void targetStarted(BuildEvent event)

targetFinished

public void targetFinished(BuildEvent event)

taskStarted

public void taskStarted(BuildEvent event)

taskFinished

public void taskFinished(BuildEvent event)

messageLogged

public void messageLogged(BuildEvent event)