public interface PortableViewCompilerListener
PortableViewCompiler process| Modifier and Type | Method and Description |
|---|---|
void |
notifyException(PortableViewCompilerStatus currentStatus)
Called when process found an exception
|
void |
notifyWarning(java.lang.String message,
PortableViewCompilerStatus currentStatus)
Called when process notify a warning
|
void |
updatedStatus(PortableViewCompilerStatus currentStatus)
Called when process status changes: next step, process percentage
changes, etc
|
void updatedStatus(PortableViewCompilerStatus currentStatus)
currentStatus - void notifyWarning(java.lang.String message,
PortableViewCompilerStatus currentStatus)
message - of the warningcurrentStatus - void notifyException(PortableViewCompilerStatus currentStatus)
currentStatus -