Rings
Version 0.3

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

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


getTotalSize

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


getIncrement

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


increment

public void increment()
Increments this ProgressMonitor object.


Rings
Version 0.3

Copyright 2003-05 Mike Murray