Package com.jogamp.gluegen
Interface CodeGenUtils.EmissionCallback
- Enclosing class:
- CodeGenUtils
public static interface CodeGenUtils.EmissionCallback
A class that emits source code of some time when activated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidemit(PrintWriter output) Emit appropriate source code through the given writer.
-
Method Details
-
emit
Emit appropriate source code through the given writer.
-