net.sf.josceleton.connection.api.service.user
Interface UserServiceListener

All Superinterfaces:
Listener

public interface UserServiceListener
extends Listener

Since:
0.3

Method Summary
 void onUserDead(User user)
          Notification about a lost user.
 void onUserProcessing(User user)
          Notification about a successfull calibration, soon joint messages will come ;)
 void onUserWaiting(User user)
          Notification about a new tracked User, which needs to be calibrated via the Psi position yet.
 

Method Detail

onUserWaiting

void onUserWaiting(User user)
Notification about a new tracked User, which needs to be calibrated via the Psi position yet.

Since:
0.3

onUserProcessing

void onUserProcessing(User user)
Notification about a successfull calibration, soon joint messages will come ;)

Since:
0.3

onUserDead

void onUserDead(User user)
Notification about a lost user. ATTENTION: The passed user argument can be null! This can happen if we entered an already running session, and only received the last bit (lost message). To be honest, this is a very very rare case :)

Parameters:
user - which was lost, or null if was in unpredictable state.
Since:
0.3


Copyright © 2011 Josceleton. All Rights Reserved.