net.sf.antcontrib.cpptasks
Class CCTaskProgressMonitor

java.lang.Object
  |
  +--net.sf.antcontrib.cpptasks.CCTaskProgressMonitor

public class CCTaskProgressMonitor
extends java.lang.Object
implements ProgressMonitor


Constructor Summary
CCTaskProgressMonitor(TargetHistoryTable history)
           
 
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)
Method Detail

start

public void start(ProcessorConfiguration config)
Specified by:
start 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

finish

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


Copyright © 2001-2002 Ant-Contrib project. All Rights Reserved.