Interface for build listeners.
Classes that implement a listener must extend this class and (faux)implement all methods that are decleard as dummies below.
author |
Andreas Aderhold andi@binarycloud.com |
---|---|
author |
Hans Lellelid hans@xmpl.org |
version |
$Id$ |
see | |
see | |
package |
phing |
buildStarted(\BuildEvent $event)
buildFinished(\BuildEvent $event)
targetStarted(\BuildEvent $event)
targetFinished(\BuildEvent $event)
taskStarted(\BuildEvent $event)
taskFinished(\BuildEvent $event)