net.sourceforge.java.util.jobs
Interface IJobStatusFormat

All Known Implementing Classes:
DefaultJobStatusFormat

public interface IJobStatusFormat

Base interface for JobStatus progress formatters.

Author:
Sebastian Machhausen

Method Summary
 String formatProgress(JobStatus status)
           Formats the progress of the specified JobStatus object.
 

Method Detail

formatProgress

public String formatProgress(JobStatus status)

Formats the progress of the specified JobStatus object.

Parameters:
status - the JobStatus object to format the progress for
Returns:
a formatted textual representation of the specified JobStatus object