public interface RobotServiceObserve
Modifier and Type | Method and Description |
---|---|
void |
observeRobotChangedNotify(Observer<RobotChangedNotify> observer,
boolean register)
Get notified if the bot profile is changes.
|
void observeRobotChangedNotify(Observer<RobotChangedNotify> observer, boolean register)
observer
- The observer with the parameter of change notification.register
- true: register the observer. False: unregister the observer.