de.grogra.ray.event
Interface RTProgressListener

All Known Implementing Classes:
GroIMPRTProgressListener

public interface RTProgressListener


Field Summary
static int LIGHTNING_POSTPROCESSING
           
static int LIGHTNING_PREPROCESSING
           
static int LIGHTNING_PROCESSING
           
static int RENDERING_POSTPROCESSING
           
static int RENDERING_PREPROCESSING
           
static int RENDERING_PROCESSING
           
 
Method Summary
 void progressChanged(int type, double progress, java.lang.String text, int x, int y, int width, int height)
           
 

Field Detail

LIGHTNING_POSTPROCESSING

static final int LIGHTNING_POSTPROCESSING
See Also:
Constant Field Values

LIGHTNING_PREPROCESSING

static final int LIGHTNING_PREPROCESSING
See Also:
Constant Field Values

LIGHTNING_PROCESSING

static final int LIGHTNING_PROCESSING
See Also:
Constant Field Values

RENDERING_POSTPROCESSING

static final int RENDERING_POSTPROCESSING
See Also:
Constant Field Values

RENDERING_PREPROCESSING

static final int RENDERING_PREPROCESSING
See Also:
Constant Field Values

RENDERING_PROCESSING

static final int RENDERING_PROCESSING
See Also:
Constant Field Values
Method Detail

progressChanged

void progressChanged(int type,
                     double progress,
                     java.lang.String text,
                     int x,
                     int y,
                     int width,
                     int height)