-
public interface IGetGroupAndDevListCallbackCreated by letian on 2017/7/12.
-
-
Method Summary
Modifier and Type Method Description abstract voidonError(String errorCode, String errorMsg)abstract voidonSuccess(List<BlueMeshGroupBean> blueMeshGroups, List<BlueMeshSubDevBean> devBeanList)-
-
Method Detail
-
onError
abstract void onError(String errorCode, String errorMsg)
-
onSuccess
abstract void onSuccess(List<BlueMeshGroupBean> blueMeshGroups, List<BlueMeshSubDevBean> devBeanList)
-
-
-
-