19 lines
456 B
Java
19 lines
456 B
Java
package com.ubt.jimu.controller.view;
|
|
|
|
import com.ubt.jimu.connect.model.Component;
|
|
import com.ubtrobot.jimu.exception.RobotActiveException;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface IBaseControllerView {
|
|
void a(String str, RobotActiveException robotActiveException, List<Integer> list, boolean z);
|
|
|
|
void a(Throwable th);
|
|
|
|
void a(List<Component> list);
|
|
|
|
void a(boolean z);
|
|
|
|
void b(List<Component> list);
|
|
}
|