Class BuildEvent

java.lang.Object
java.util.EventObject
org.apache.tools.ant.BuildEvent
All Implemented Interfaces:
Serializable

public class BuildEvent extends EventObject
Class representing an event occurring during a build. An event is built by specifying either a project, a task or a target. A project level event will only have a project reference; a target level event will have project and target references; a task level event will have project, target and task references.
See Also: