net.sf.antcontrib.antserver.server

Class ConnectionBuildListener

Implemented Interfaces:
BuildListener

public class ConnectionBuildListener
extends java.lang.Object
implements BuildListener

Place class description here.
Authors:
Matthew Inger

Constructor Summary

ConnectionBuildListener()

Method Summary

void
buildFinished(BuildEvent event)
void
buildStarted(BuildEvent event)
Document
getDocument()
void
messageLogged(BuildEvent event)
void
targetFinished(BuildEvent event)
void
targetStarted(BuildEvent event)
void
taskFinished(BuildEvent event)
void
taskStarted(BuildEvent event)

Constructor Details

ConnectionBuildListener

public ConnectionBuildListener()
            throws ParserConfigurationException

Method Details

buildFinished

public void buildFinished(BuildEvent event)

buildStarted

public void buildStarted(BuildEvent event)

getDocument

public Document getDocument()

messageLogged

public void messageLogged(BuildEvent event)

targetFinished

public void targetFinished(BuildEvent event)

targetStarted

public void targetStarted(BuildEvent event)

taskFinished

public void taskFinished(BuildEvent event)

taskStarted

public void taskStarted(BuildEvent event)