public static interface Compiler.CompilerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFinish(int errorCode)
This method is called whenever the compiler finishes the compilation.
|
void |
onMessage(Message message)
Method will be invoked when compiler would like to print info message.
|
void |
onStart()
This method is called whenever a compiler begins to work.
|
void onStart()
void onMessage(Message message)
message - Message from the compilervoid onFinish(int errorCode)
errorCode - compiler-specific error codeCopyright © 2017. All rights reserved.