John W. Campbell
An interface for objects which can display the progress of a procedure.
Interface and methods:
Class Details
Accessible Fields
Interface Methods
- Package:
- Jdl.JdlView;
- Class name:
- JdlProgressHandler
- Class definition:
- public interface JdlProgressHandler
- Extends:
- Object
- Implements:
- none
- Actions:
- none
No fields with public, package or protected access defined.
This section contains the methods which must be implemented for the interface.
Methods:
Display progress - progress
A method to display the progress.
- Method Definition:
- public void progress(int ip, int nmax, int n)
- Parameters List:
- ip
- Flag:
= 0, procedure started
= 1, procedure in progress
= 2, procedure finished
- nmax
- The maximum number to be reached.
- n
- The current number reached.
⇑ Up 3
⇑ Up 2
⇑ Up 1
⇑ Top of this