BuildListener.php
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
- Author
- Hans Lellelid
- Package
- phing
- See
- \BuildEvent
- See
- \Project::addBuildListener()
- Version
- $Revision: 526 $
\BuildListener
Package: phing
Parameters
Details
Parameters
Details
Interface for build listeners.
Classes that implement a listener must extend this class and (faux)implement all methods that are decleard as dummies below.
- Children
- \BuildLogger
- See
- \BuildEvent
- See
- \Project::addBuildListener()
- Author
- Andreas Aderhold
- Author
- Hans Lellelid
- Version
- $Revision: 526 $
Methods

buildFinished(
\BuildEvent $event
)
:
voidFired after the last target has finished.
Parameters
Details
| Name | Type | Description |
|---|---|---|
| $event | \BuildEvent | The BuildEvent |

buildStarted(
\BuildEvent $event
)
:
voidFired before any targets are started.
Parameters
| Name | Type | Description |
|---|---|---|
| $event | \BuildEvent | The BuildEvent |

messageLogged(
$event
)
:
voidFired whenever a message is logged.
@param BuildEvent The BuildEvent
| Name | Type | Description |
|---|---|---|
| $event |

targetFinished(
\BuildEvent $event
)
:
voidFired when a target has finished.
Parameters
Details
| Name | Type | Description |
|---|---|---|
| $event | \BuildEvent | The BuildEvent |
- See
- \BuildEvent#getException()

targetStarted(
\BuildEvent $event
)
:
voidFired when a target is started.
Parameters
Details
| Name | Type | Description |
|---|---|---|
| $event | \BuildEvent | The BuildEvent |

taskFinished(
$event
)
:
voidFired when a task has finished.
@param BuildEvent The BuildEvent
| Name | Type | Description |
|---|---|---|
| $event |

taskStarted(
\BuildEvent $event
)
:
voidFired when a task is started.
Parameters
Details
| Name | Type | Description |
|---|---|---|
| $event | \BuildEvent | The BuildEvent |