| This Release | ProgressMonitor-0.28 | [Download] [Browse] | 27 Aug 2008 ** UNAUTHORIZED RELEASE ** | |||
| Other Releases | ||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (0) ] [ Dependencies ] [ Other Tools ] | |||||
| CPAN Testers | PASS (30) FAIL (2) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| |||||
| License | Unknown | |||||
| Special Files |
|
|||||
| ProgressMonitor | a flexible and configurable framework for providing feedback on how a long-running task is proceeding. | UNAUTHORIZED | 0.28 |
| ProgressMonitor::AbstractConfiguration | a base class for all configuration objects | ||
| ProgressMonitor::AbstractStatefulMonitor | a reusable/abstract monitor implementation keeping track of state | ||
| ProgressMonitor::Exceptions | |||
| ProgressMonitor::Null | a monitor implementation which doesn't render anything. Useful if a receiver insists on a monitor impl to talk to. | ||
| ProgressMonitor::SetMessageFlags | |||
| ProgressMonitor::State | |||
| ProgressMonitor::Stringify::AbstractMonitor | A reusable/abstract monitor implementation that deals in stringified feedback. | ||
| ProgressMonitor::Stringify::Fields::AbstractDynamicField | A reusable/abstract dynamic field implementation for stringify progress. | ||
| ProgressMonitor::Stringify::Fields::AbstractField | A reusable/abstract field implementation for stringify progress. | ||
| ProgressMonitor::Stringify::Fields::Bar | |||
| ProgressMonitor::Stringify::Fields::Counter | |||
| ProgressMonitor::Stringify::Fields::Dynamic | |||
| ProgressMonitor::Stringify::Fields::ETA | |||
| ProgressMonitor::Stringify::Fields::Fixed | |||
| ProgressMonitor::Stringify::Fields::Percentage | |||
| ProgressMonitor::Stringify::Fields::Spinner | |||
| ProgressMonitor::Stringify::ToCallback | a monitor implementation that provides stringified feedback to a callback. | ||
| ProgressMonitor::Stringify::ToStream | a monitor implementation that prints stringified feedback to a stream. | ||
| ProgressMonitor::SubTask | a monitor implementation that wraps another monitor in order to propagate the correct number of ticks to the parent. |
| ProgressMonitor::Stringify::Field::Bar | a field implementation that renders progress as a bar.   |
| ProgressMonitor::Stringify::Field::Counter | a field implementation that renders progress as a counter.   |
| ProgressMonitor::Stringify::Field::Dynamic | a field implementation that renders a fixed value in a dynamic space, filling out remaining places.   |
| ProgressMonitor::Stringify::Field::ETA | a field implementation that renders progress as a time-to-completion.   |
| ProgressMonitor::Stringify::Field::Fixed | a field implementation that renders a fixed value.   |
| ProgressMonitor::Stringify::Field::Percentage | a field implementation that renders progress as a percentage.   |
| ProgressMonitor::Stringify::Field::Spinner | a field implementation that renders progress as a spinner.   |