|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VUWorldListener
This class can be used to create a object that watches which changes appear related to worlds
| Field Summary | |
|---|---|
static int |
VU_WORLD_CHANGE_MODIFIED
currently not supported |
static int |
VU_WORLD_CHANGE_NEW
change action flag: a world appears newly |
| Method Summary | |
|---|---|
void |
worldChanged(VUWorldInfo wi,
int changeAction)
This method is called every time something world-related changed within the server the robot is currently logged into |
| Field Detail |
|---|
static final int VU_WORLD_CHANGE_NEW
static final int VU_WORLD_CHANGE_MODIFIED
| Method Detail |
|---|
void worldChanged(VUWorldInfo wi,
int changeAction)
wi - a VUWorldInfo object that contains information
about the world that currently 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 | |||||||||