Interface ProgressMonitor
- All Known Implementing Classes:
CCTaskProgressMonitor
public interface ProgressMonitor
Interface to receive notification of compile progress
- Author:
- Curt Arnold
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finish
(ProcessorConfiguration config, boolean normal) void
Called to notify monitor of progressvoid
start
(ProcessorConfiguration config)
-
Method Details
-
finish
-
progress
Called to notify monitor of progress -
start
-