接口 RemoteBuildCallback
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voiderrorReported(String message)voiderrorReported(String message, Throwable e)voidinfoReported(String message)voidinfoReported(String message, Throwable e)MyJavaProgressFeedbackphaseStarted(MyJavaPhase phase, int count)MyJavaProgressFeedbackprogressReached(int progress)voidwarningReported(String message)voidwarningReported(String message, Throwable e)
-
-
-
方法详细资料
-
phaseStarted
MyJavaProgressFeedback phaseStarted(MyJavaPhase phase, int count) throws RemoteException
- 抛出:
RemoteException
-
progressReached
MyJavaProgressFeedback progressReached(int progress) throws RemoteException
- 抛出:
RemoteException
-
errorReported
void errorReported(String message, Throwable e) throws RemoteException
- 抛出:
RemoteException
-
errorReported
void errorReported(String message) throws RemoteException
- 抛出:
RemoteException
-
warningReported
void warningReported(String message, Throwable e) throws RemoteException
- 抛出:
RemoteException
-
warningReported
void warningReported(String message) throws RemoteException
- 抛出:
RemoteException
-
infoReported
void infoReported(String message, Throwable e) throws RemoteException
- 抛出:
RemoteException
-
infoReported
void infoReported(String message) throws RemoteException
- 抛出:
RemoteException
-
-