com.vwp.vuapi.event
Interface VUWorldListener

All Superinterfaces:
EventListener

public interface VUWorldListener
extends EventListener

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

VU_WORLD_CHANGE_NEW

static final int VU_WORLD_CHANGE_NEW
change action flag: a world appears newly

See Also:
Constant Field Values

VU_WORLD_CHANGE_MODIFIED

static final int VU_WORLD_CHANGE_MODIFIED
currently not supported

See Also:
Constant Field Values
Method Detail

worldChanged

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

Parameters:
wi - a VUWorldInfo object that contains information about the world that currently changed
changeAction - 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