Package org.teavm.tooling.daemon
Interface RemoteBuildCallback
- All Superinterfaces:
Remote
-
Method Summary
Modifier and TypeMethodDescriptionvoiderrorReported(String message) voiderrorReported(String message, Throwable e) voidinfoReported(String message) voidinfoReported(String message, Throwable e) org.teavm.vm.TeaVMProgressFeedbackphaseStarted(org.teavm.vm.TeaVMPhase phase, int count) org.teavm.vm.TeaVMProgressFeedbackprogressReached(int progress) voidwarningReported(String message) voidwarningReported(String message, Throwable e)
-
Method Details
-
phaseStarted
org.teavm.vm.TeaVMProgressFeedback phaseStarted(org.teavm.vm.TeaVMPhase phase, int count) throws RemoteException - Throws:
RemoteException
-
progressReached
- Throws:
RemoteException
-
errorReported
- Throws:
RemoteException
-
errorReported
- Throws:
RemoteException
-
warningReported
- Throws:
RemoteException
-
warningReported
- Throws:
RemoteException
-
infoReported
- Throws:
RemoteException
-
infoReported
- Throws:
RemoteException
-