net.java.games.gluegen

Interface CodeGenUtils.EmissionCallback

public static interface CodeGenUtils.EmissionCallback

A class that emits source code of some time when activated.

Method Summary

void
emit(PrintWriter output)
Emit appropriate source code through the given writer.

Method Details

emit

public void emit(PrintWriter output)
Emit appropriate source code through the given writer.