net.sf.antcontrib.cpptasks.compiler
Interface ProgressMonitor
- All Known Implementing Classes:
- CCTaskProgressMonitor
- public interface ProgressMonitor
Interface to receive notification of compile progress
- Author:
- Curt Arnold
finish
public void finish(ProcessorConfiguration config,
boolean normal)
progress
public void progress(java.lang.String[] sources)
- Called to notify monitor of progress
start
public void start(ProcessorConfiguration config)
Copyright © 2001-2004 Ant-Contrib project. All Rights Reserved.