net.sf.antcontrib.cpptasks
Class CCTaskProgressMonitor

java.lang.Object
  extended by net.sf.antcontrib.cpptasks.CCTaskProgressMonitor
All Implemented Interfaces:
ProgressMonitor

public class CCTaskProgressMonitor
extends java.lang.Object
implements ProgressMonitor


Constructor Summary
CCTaskProgressMonitor(TargetHistoryTable history, VersionInfo versionInfo)
           
 
Method Summary
 void finish(ProcessorConfiguration config, boolean normal)
           
 void progress(java.lang.String[] sources)
          Called to notify monitor of progress
 void start(ProcessorConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCTaskProgressMonitor

public CCTaskProgressMonitor(TargetHistoryTable history,
                             VersionInfo versionInfo)
Method Detail

finish

public void finish(ProcessorConfiguration config,
                   boolean normal)
Specified by:
finish in interface ProgressMonitor

progress

public void progress(java.lang.String[] sources)
Description copied from interface: ProgressMonitor
Called to notify monitor of progress

Specified by:
progress in interface ProgressMonitor

start

public void start(ProcessorConfiguration config)
Specified by:
start in interface ProgressMonitor


Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.