diff options
Diffstat (limited to 'src/gleem/WindowUpdateListener.java')
-rw-r--r-- | src/gleem/WindowUpdateListener.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gleem/WindowUpdateListener.java b/src/gleem/WindowUpdateListener.java index b91ee05..c87107a 100644 --- a/src/gleem/WindowUpdateListener.java +++ b/src/gleem/WindowUpdateListener.java @@ -44,8 +44,8 @@ import net.java.games.jogl.*; /** A WindowUpdateListener is used by the ManipManager to transmit repaint() notifications to windows containing Manips. When a Manip is moved, the ManipManager sends update notifications to all - GLDrawables in which that Manip is shown. */ + GLAutoDrawables in which that Manip is shown. */ public interface WindowUpdateListener { - public void update(GLDrawable window); + public void update(GLAutoDrawable window); } |