Class Progress

java.lang.Object
eu.steffo.cleaver.logic.progress.Progress
Direct Known Subclasses:
ErrorProgress, FinishedProgress, NotStartedProgress, WorkingProgress

public abstract class Progress
extends Object
An abstract class representing the progress of a job (not started, 50%, completed, ...)
See Also:
NotStartedProgress, WorkingProgress, FinishedProgress, ErrorProgress
  • Constructor Details