de.grogra.ray.event
Class ProgressNotifier
java.lang.Object
de.grogra.ray.event.ProgressNotifier
- Direct Known Subclasses:
- Raytracer
public class ProgressNotifier
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressNotifier
public ProgressNotifier()
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)