Progress panel prints a graphical view of the progress of the Ant targets
being run. It supports displaying one layer of dependent targets.
author: Paul Hinds version: $Id: ProgressPanel.java,v 1.5 2006/12/21 00:02:59 teknopaul Exp $
targetStarted(BuildEvent buildEvent) This method assumes that we are send target started methods in order
but that we do not have the information about "depends" targets and have to
insert the information as it arrives.
public synchronized void targetStarted(BuildEvent buildEvent)(Code)
This method assumes that we are send target started methods in order
but that we do not have the information about "depends" targets and have to
insert the information as it arrives. If a TargetStarted event arrives that
is not the expected target is is assumed to be a depends.
Parameters: buildEvent -