NAnt SDK Documentation - v0.92

IBuildListener Methods

The methods of the IBuildListener interface are listed below. For a complete list of IBuildListener interface members, see the IBuildListener Members topic.

Public Instance Methods

BuildFinished Signals that the last target has finished.
BuildStarted Signals that a build has started.
MessageLogged Signals that a message has been logged.
TargetFinished Signals that a target has finished.
TargetStarted Signals that a target has started.
TaskFinished Signals that a task has finished.
TaskStarted Signals that a task has started.

See Also

IBuildListener Interface | NAnt.Core Namespace