From 36a0db6b0278fb9fcf1ea85451bd40c65d4747d5 Mon Sep 17 00:00:00 2001 From: Luke Holden Date: Fri, 29 Nov 2002 08:49:29 +0000 Subject: [PATCH] *** empty log message *** --- src/native/common/callbacks/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/common/callbacks/README.txt b/src/native/common/callbacks/README.txt index be1d4927..f98870dd 100644 --- a/src/native/common/callbacks/README.txt +++ b/src/native/common/callbacks/README.txt @@ -6,7 +6,7 @@ Basically... we have 3 main classes... CallbackManager, which maintains a mapping of objects to callback containers CallbackContainer, the base class which we extend to implement callbacks for specific objects -JavaMethod, which is a data object that contains information on method the method to call back too. +JavaMethod, which is a data object that contains information on the method to call. GLUQuadricCallbacks is a CallbackContainer for working with quadric callbacks eventually you can expect containers to callbacks for glu nurbs and glu tesselators.