net.sf.antcontrib.cpptasks
Class CCTaskProgressMonitor
java.lang.Object
net.sf.antcontrib.cpptasks.CCTaskProgressMonitor
- All Implemented Interfaces:
- ProgressMonitor
public class CCTaskProgressMonitor
- extends Object
- implements ProgressMonitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCTaskProgressMonitor
public CCTaskProgressMonitor(TargetHistoryTable history,
VersionInfo versionInfo)
finish
public void finish(ProcessorConfiguration config,
boolean normal)
- Specified by:
finish
in interface ProgressMonitor
progress
public void progress(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-2011. All Rights Reserved.