Interface IProgressable

All Known Implementing Classes:
RayTracerFrame.RenderTask

public interface IProgressable

An interface to allow progress to be updated.


Method Summary
 void updateProgress(int progress)
           
 

Method Detail

updateProgress

void updateProgress(int progress)