org.apache.ant.antunit.listener
Class BaseAntUnitListener.LogGrabber
java.lang.Object
org.apache.ant.antunit.listener.BaseAntUnitListener.LogGrabber
- Enclosing class:
- BaseAntUnitListener
public class BaseAntUnitListener.LogGrabber
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseAntUnitListener.LogGrabber
public BaseAntUnitListener.LogGrabber()
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)