|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.canoo.webtest.engine.NOPBuildListener
public class NOPBuildListener
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.
| 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 |
|---|
public NOPBuildListener()
| Method Detail |
|---|
public void buildFinished(BuildEvent event)
buildFinished in interface BuildListenerBuildListener.buildFinished(org.apache.tools.ant.BuildEvent)public void buildStarted(BuildEvent event)
buildStarted in interface BuildListenerBuildListener.buildStarted(org.apache.tools.ant.BuildEvent)public void messageLogged(BuildEvent event)
messageLogged in interface BuildListenerBuildListener.messageLogged(org.apache.tools.ant.BuildEvent)public void targetFinished(BuildEvent event)
targetFinished in interface BuildListenerBuildListener.targetFinished(org.apache.tools.ant.BuildEvent)public void targetStarted(BuildEvent event)
targetStarted in interface BuildListenerBuildListener.targetStarted(org.apache.tools.ant.BuildEvent)public void taskFinished(BuildEvent event)
taskFinished in interface BuildListenerBuildListener.taskFinished(org.apache.tools.ant.BuildEvent)public void taskStarted(BuildEvent event)
taskStarted in interface BuildListenerBuildListener.taskStarted(org.apache.tools.ant.BuildEvent)
|
Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||