iris
Interface MovementListener
public interface MovementListener
This interface allows an object to listen to "movements", i.e. people
coming close to the detector, or moving away from it.
- Author:
- Christophe Jacquet, Supelec, 2006
Method Summary |
void |
notifyMovement(int id,
boolean comeNear)
This method is called when a movement event occurs. |
notifyMovement
void notifyMovement(int id,
boolean comeNear)
- This method is called when a movement event occurs.
- Parameters:
id
- the person's identifiercomeNear
- true
if the person has just come close to the
detecter, false
if he/she has just moved away