de.grogra.ray.event
Class ProgressNotifier

java.lang.Object
  extended by de.grogra.ray.event.ProgressNotifier
Direct Known Subclasses:
Raytracer

public class ProgressNotifier
extends java.lang.Object


Constructor Summary
ProgressNotifier()
           
 
Method Summary
 void addProgressListener(RTProgressListener listener)
           
protected  void fire_progressChanged(int type, double progress, java.lang.String text, int x, int y, int width, int height)
           
 void removeProgressListener(RTProgressListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressNotifier

public ProgressNotifier()
Method Detail

addProgressListener

public void addProgressListener(RTProgressListener listener)

fire_progressChanged

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

removeProgressListener

public void removeProgressListener(RTProgressListener listener)