Uses of Interface
net.sf.josceleton.core.api.entity.User

Packages that use User
net.sf.josceleton.connection.api.service.user   
net.sf.josceleton.core.api.entity.message   
 

Uses of User in net.sf.josceleton.connection.api.service.user
 

Methods in net.sf.josceleton.connection.api.service.user that return types with arguments of type User
 Collection<User> AvailableUsersCollection.getProcessing()
           
 Collection<User> AvailableUsersCollection.getWaiting()
           
 

Methods in net.sf.josceleton.connection.api.service.user with parameters of type User
 void UserServiceListener.onUserDead(User user)
          Notification about a lost user.
 void UserServiceListener.onUserProcessing(User user)
          Notification about a successfull calibration, soon joint messages will come ;)
 void UserServiceListener.onUserWaiting(User user)
          Notification about a new tracked User, which needs to be calibrated via the Psi position yet.
 

Uses of User in net.sf.josceleton.core.api.entity.message
 

Methods in net.sf.josceleton.core.api.entity.message that return User
 User UserMessage.getUser()
           
 User JointMessage.getUser()
           
 



Copyright © 2011 Josceleton. All Rights Reserved.