*** empty log message ***

This commit is contained in:
Luke Holden 2002-11-29 08:49:29 +00:00
parent 7334bcfb0e
commit 36a0db6b02
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Basically... we have 3 main classes...
CallbackManager, which maintains a mapping of objects to callback containers CallbackManager, which maintains a mapping of objects to callback containers
CallbackContainer, the base class which we extend to implement callbacks for specific objects 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 GLUQuadricCallbacks is a CallbackContainer for working with quadric callbacks
eventually you can expect containers to callbacks for glu nurbs and glu tesselators. eventually you can expect containers to callbacks for glu nurbs and glu tesselators.