Uses of Class
com.vwp.vuapi.user.VUUserInfo

Packages that use VUUserInfo
com.vwp.vuapi.event   
com.vwp.vuapi.user   
 

Uses of VUUserInfo in com.vwp.vuapi.event
 

Methods in com.vwp.vuapi.event with parameters of type VUUserInfo
 void VUUserListener.userChanged(VUUserInfo ui, int changeAction)
          This method is called every time something user-related changed within the world the robot is currently logged into
 void VUCommunicationListener.userCommunication(VUUserInfo ui, int communicationType, String data)
          This method is called every time somebody chatted or whispered in the world currently logged into
 void VUPositionListener.userPositionChanged(VUUserInfo ui, double x, double y, double z, float angleX, float angleY, float angleZ)
          This method is called every time somebody changed its position in the world currently logged into
 

Uses of VUUserInfo in com.vwp.vuapi.user
 

Methods in com.vwp.vuapi.user with parameters of type VUUserInfo
 void VUUserInfo.set(VUUserInfo ui)
          This method sets the available values of the given VUUserInfo object, that means, memebers of the given parameter that are not -1 and not null are copied to the related members of this object