-
public interface ICommonConfigCallback
The interface Common config callback.
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(CommonConfigBean configBean)
On success. abstract void
onError(String code, String error)
On error. -
-
Method Detail
-
onSuccess
abstract void onSuccess(CommonConfigBean configBean)
On success.
- Parameters:
configBean
- the config bean CommonConfigBean
-
onError
abstract void onError(String code, String error)
On error.
- Parameters:
code
- the error codeerror
- the error message
-
-
-
-