Package net.ssehub.easy.basics.progress
Generic progress notification mechanism.
-
Interface Summary Interface Description BasicProgressObserver.IProgressMonitor Simple progress monitor interface.ProgressObserver.ISubtask Marker interface for a subtask.ProgressObserver.ITask Marker interface for a task. -
Class Summary Class Description BasicProgressObserver A basic, eclipse-like progress observer.BasicProgressObserver.Task Representation of a task, which will be observed by theBasicProgressObserver.IProgressMonitor.ObservableTask Combines observable and task/subtask for convenient use.ProgressObserver Observes the progress of a longer lasting task.