[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/ -> BuildListener.php (sommaire)

(pas de description)

Poids: 91 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

BuildListener:: (7 méthodes):
  buildStarted()
  buildFinished()
  targetStarted()
  targetFinished()
  taskStarted()
  taskFinished()
  messageLogged()


Interface: BuildListener  - X-Ref

Interface for build listeners.

Classes that implement a listener must extend this class and (faux)implement
all methods that are decleard as dummies below.

buildStarted(BuildEvent $event)   X-Ref
Fired before any targets are started.

param: BuildEvent The BuildEvent

buildFinished(BuildEvent $event)   X-Ref
Fired after the last target has finished.

param: BuildEvent The BuildEvent

targetStarted(BuildEvent $event)   X-Ref
Fired when a target is started.

param: BuildEvent The BuildEvent

targetFinished(BuildEvent $event)   X-Ref
Fired when a target has finished.

param: BuildEvent The BuildEvent

taskStarted(BuildEvent $event)   X-Ref
Fired when a task is started.

param: BuildEvent The BuildEvent

taskFinished(BuildEvent $event)   X-Ref
Fired when a task has finished.

param: BuildEvent The BuildEvent

messageLogged(BuildEvent $event)   X-Ref
Fired whenever a message is logged.

param: BuildEvent The BuildEvent



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7