Package com.jogamp.gluegen
Interface CodeGenUtils.EmissionCallback
-
- Enclosing class:
- CodeGenUtils
public static interface CodeGenUtils.EmissionCallbackA class that emits source code of some time when activated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemit(PrintWriter output)Emit appropriate source code through the given writer.
-
-
-
Method Detail
-
emit
void emit(PrintWriter output)
Emit appropriate source code through the given writer.
-
-