JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
jarmos.util.IProgressReporter Interface Reference

Simple interface for progress reporting. More...

Inheritance diagram for jarmos.util.IProgressReporter:
jarmos.app.ProgressDialogWrapper jarmos.util.ConsoleProgressReporter

Public Member Functions

void setMessage (String msg)
 
void progress (int value)
 
void init (String title, int total)
 
void finish ()
 

Detailed Description

Simple interface for progress reporting.

See subclasses for implementation details and applications.

Author
Daniel Wirtz

Definition at line 11 of file IProgressReporter.java.

Member Function Documentation

void jarmos.util.IProgressReporter.finish ( )
void jarmos.util.IProgressReporter.init ( String  title,
int  total 
)
void jarmos.util.IProgressReporter.progress ( int  value)
void jarmos.util.IProgressReporter.setMessage ( String  msg)

The documentation for this interface was generated from the following file: