public class BuildListenerAdapter extends Object implements org.apache.tools.ant.BuildListener
BuildListener
and forwards them to AntListener.| Constructor and Description |
|---|
BuildListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(AntListener l) |
void |
buildFinished(org.apache.tools.ant.BuildEvent event) |
void |
buildStarted(org.apache.tools.ant.BuildEvent event) |
void |
messageLogged(org.apache.tools.ant.BuildEvent event) |
void |
removeListener(AntListener l) |
void |
targetFinished(org.apache.tools.ant.BuildEvent event) |
void |
targetStarted(org.apache.tools.ant.BuildEvent event) |
void |
taskFinished(org.apache.tools.ant.BuildEvent event) |
void |
taskStarted(org.apache.tools.ant.BuildEvent event) |
public void addListener(AntListener l)
public void removeListener(AntListener l)
public void buildStarted(org.apache.tools.ant.BuildEvent event)
buildStarted in interface org.apache.tools.ant.BuildListenerpublic void buildFinished(org.apache.tools.ant.BuildEvent event)
buildFinished in interface org.apache.tools.ant.BuildListenerpublic void targetStarted(org.apache.tools.ant.BuildEvent event)
targetStarted in interface org.apache.tools.ant.BuildListenerpublic void targetFinished(org.apache.tools.ant.BuildEvent event)
targetFinished in interface org.apache.tools.ant.BuildListenerpublic void taskStarted(org.apache.tools.ant.BuildEvent event)
taskStarted in interface org.apache.tools.ant.BuildListenerpublic void taskFinished(org.apache.tools.ant.BuildEvent event)
taskFinished in interface org.apache.tools.ant.BuildListenerpublic void messageLogged(org.apache.tools.ant.BuildEvent event)
messageLogged in interface org.apache.tools.ant.BuildListenerCopyright © 2004-2012. All Rights Reserved.