From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../cpptasks/compiler/ProgressMonitor.html | 257 +++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/ProgressMonitor.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/compiler/ProgressMonitor.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/compiler/ProgressMonitor.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/ProgressMonitor.html new file mode 100644 index 0000000..56ba6af --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/ProgressMonitor.html @@ -0,0 +1,257 @@ + + + + + + + +ProgressMonitor (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidfinish(ProcessorConfiguration config, + boolean normal) + +
+           
+ voidprogress(java.lang.String[] sources) + +
+          Called to notify monitor of progress
+ voidstart(ProcessorConfiguration config) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+finish

+
+void finish(ProcessorConfiguration config,
+            boolean normal)
+
+
+
+
+
+
+ +

+progress

+
+void progress(java.lang.String[] sources)
+
+
Called to notify monitor of progress +

+

+
+
+
+
+ +

+start

+
+void start(ProcessorConfiguration config)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3