|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VUUserListener
This class can be used to create a object that watches which changes appear related to users
| Field Summary | |
|---|---|
static int |
VU_USER_CHANGE_ENTER
change action flag: the user enters a world |
static int |
VU_USER_CHANGE_LEAVE
change action flag: the user leaves the world |
static int |
VU_USER_CHANGE_MODIFY
currently not supported |
| Method Summary | |
|---|---|
void |
userChanged(VUUserInfo ui,
int changeAction)
This method is called every time something user-related changed within the world the robot is currently logged into |
| Field Detail |
|---|
static final int VU_USER_CHANGE_ENTER
static final int VU_USER_CHANGE_MODIFY
static final int VU_USER_CHANGE_LEAVE
| Method Detail |
|---|
void userChanged(VUUserInfo ui,
int changeAction)
ui - a VUUserInfo object that contains information of
the user that changedchangeAction - a flag that specifies what has changed
ToDo: decouple this method call so that a blocking user handling doesn't
blocks the complete data flow of the API
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||