| Modifier and Type | Method and Description |
|---|---|
void |
errorReported(String message) |
void |
errorReported(String message,
Throwable e) |
void |
infoReported(String message) |
void |
infoReported(String message,
Throwable e) |
TeaVMProgressFeedback |
phaseStarted(TeaVMPhase phase,
int count) |
TeaVMProgressFeedback |
progressReached(int progress) |
void |
warningReported(String message) |
void |
warningReported(String message,
Throwable e) |
TeaVMProgressFeedback phaseStarted(TeaVMPhase phase, int count) throws RemoteException
RemoteExceptionTeaVMProgressFeedback progressReached(int progress) throws RemoteException
RemoteExceptionvoid errorReported(String message, Throwable e) throws RemoteException
RemoteExceptionvoid errorReported(String message) throws RemoteException
RemoteExceptionvoid warningReported(String message, Throwable e) throws RemoteException
RemoteExceptionvoid warningReported(String message) throws RemoteException
RemoteExceptionvoid infoReported(String message, Throwable e) throws RemoteException
RemoteExceptionvoid infoReported(String message) throws RemoteException
RemoteExceptionCopyright © 2019. All rights reserved.