hmi.sensors.eyebox2.directaccess
Interface XuukReader

All Known Implementing Classes:
DirectXuukReader, SemaineXuukReader

public interface XuukReader


Method Summary
 void addListener(XuukListener listener, boolean faceAppearances, boolean eyesAppearances, boolean facePositions, boolean eyesPositions)
          Used to add new interested Listeners.
 

Method Detail

addListener

void addListener(XuukListener listener,
                 boolean faceAppearances,
                 boolean eyesAppearances,
                 boolean facePositions,
                 boolean eyesPositions)
Used to add new interested Listeners. The booleans are used to indicate what kind of events the listener wants to receive.

Parameters:
listener - the listener to add
faceAppearances - set this to 'true' to receive events about the appearances and disappearances of the face
eyesAppearances - set this to 'true' to receive events about the appearances and disappearances of the eyes
facePositions - set this to 'true' to receive events about positions of the detected faces
eyesPositions - set this to 'true' to receive events about positions of the detected eyes