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: 87058d95a9e01933f9ec2642f5283e96d9b41878 $ |
see | |
see | |
package |
phing |
buildFinished(\BuildEvent $event)
buildStarted(\BuildEvent $event)
targetFinished(\BuildEvent $event)
targetStarted(\BuildEvent $event)
taskFinished(\BuildEvent $event)
taskStarted(\BuildEvent $event)