net.sf.j3d.threeD.ui.event
Interface ProgressMonitor

All Known Implementing Classes:
ProgressDisplay

public interface ProgressMonitor

A ProgressMonitor object can be used to detect and monitor internal progress.


Method Summary
 int getIncrement()
          Returns the increment of this ProgressMonitor object.
 int getIncrementSize()
          Returns the increment size used by this ProgressMonitor object.
 int getTotalSize()
          Returns the total size of this ProgressMonitor object.
 void increment()
          Increments this ProgressMonitor object.
 

Method Detail

getIncrementSize

int getIncrementSize()
Returns the increment size used by this ProgressMonitor object.


getTotalSize

int getTotalSize()
Returns the total size of this ProgressMonitor object.


getIncrement

int getIncrement()
Returns the increment of this ProgressMonitor object.


increment

void increment()
Increments this ProgressMonitor object.