com.canoo.webtest.engine
Class NOPBuildListener

java.lang.Object
  extended by com.canoo.webtest.engine.NOPBuildListener
All Implemented Interfaces:
EventListener, BuildListener
Direct Known Subclasses:
StepExecutionListener

public class NOPBuildListener
extends Object
implements BuildListener

BuildListener implementation that does nothing. It does absolutely nothing but is useful as base class for classes that want to implement only some of the methods of BuildListener.

Author:
Marc Guillemot

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

Constructor Detail

NOPBuildListener

public NOPBuildListener()
Method Detail

buildFinished

public void buildFinished(BuildEvent event)
Does nothing

Specified by:
buildFinished in interface BuildListener
See Also:
BuildListener.buildFinished(org.apache.tools.ant.BuildEvent)

buildStarted

public void buildStarted(BuildEvent event)
Does nothing

Specified by:
buildStarted in interface BuildListener
See Also:
BuildListener.buildStarted(org.apache.tools.ant.BuildEvent)

messageLogged

public void messageLogged(BuildEvent event)
Does nothing

Specified by:
messageLogged in interface BuildListener
See Also:
BuildListener.messageLogged(org.apache.tools.ant.BuildEvent)

targetFinished

public void targetFinished(BuildEvent event)
Does nothing

Specified by:
targetFinished in interface BuildListener
See Also:
BuildListener.targetFinished(org.apache.tools.ant.BuildEvent)

targetStarted

public void targetStarted(BuildEvent event)
Does nothing

Specified by:
targetStarted in interface BuildListener
See Also:
BuildListener.targetStarted(org.apache.tools.ant.BuildEvent)

taskFinished

public void taskFinished(BuildEvent event)
Does nothing

Specified by:
taskFinished in interface BuildListener
See Also:
BuildListener.taskFinished(org.apache.tools.ant.BuildEvent)

taskStarted

public void taskStarted(BuildEvent event)
Does nothing

Specified by:
taskStarted in interface BuildListener
See Also:
BuildListener.taskStarted(org.apache.tools.ant.BuildEvent)

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.