Package org.robovm.compiler
Interface ClassCompilerListener
public interface ClassCompilerListener
Called by the
ClassCompiler to report the result of a class
compilation.-
Method Summary
-
Method Details
-
success
Notifies that the specified class was compiled successfully.- Parameters:
clazz- the compiled class.
-
failure
Notifies that the specified class couldn't be compiled.- Parameters:
clazz- the compiled class.t- aThrowablewhich caused the compilation to fail.
-