Package org.teavm.tooling.daemon
Interface RemoteBuildCallback
- All Superinterfaces:
Remote
-
Method Summary
Modifier and TypeMethodDescriptionvoid
errorReported(String message)
void
errorReported(String message, Throwable e)
void
infoReported(String message)
void
infoReported(String message, Throwable e)
phaseStarted(TeaVMPhase phase, int count)
progressReached(int progress)
void
warningReported(String message)
void
warningReported(String message, Throwable e)
-
Method Details
-
phaseStarted
- Throws:
RemoteException
-
progressReached
- Throws:
RemoteException
-
errorReported
- Throws:
RemoteException
-
errorReported
- Throws:
RemoteException
-
warningReported
- Throws:
RemoteException
-
warningReported
- Throws:
RemoteException
-
infoReported
- Throws:
RemoteException
-
infoReported
- Throws:
RemoteException
-