public interface RobotServiceObserve
| 限定符和类型 | 方法和说明 |
|---|---|
void |
observeRobotChangedNotify(Observer<RobotChangedNotify> observer,
boolean register)
监听机器人变更通知
|
void observeRobotChangedNotify(Observer<RobotChangedNotify> observer, boolean register)
observer - 观察者,参数为收到的机器人变更通知。register - true为注册监听,false为取消监听