|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserInterface
Method Summary | |
---|---|
void |
addFingerprint(int id)
If GUI is waiting for a new fingerprint and an unrecognized fingerprint was scanned, this method is called and the GUI can then add this fingerprint to the current user. |
void |
authenticatedUser(UserInfo user,
int fingerprintid)
This is called when a user has been successfully recognized. |
void |
continueProgram()
This method restores the GUI in its normal state, if it is in error state. |
void |
stopForProblem(java.lang.String problemstringid)
This method puts the GUI in a error state where users cannot do anything else but change the language. |
boolean |
unknownUser()
This is called when a fingerprint was scanned, but not recognized. |
Method Detail |
---|
void authenticatedUser(UserInfo user, int fingerprintid)
user
- user's informationfingerprintid
- the id of the fingerprint that was recognizedboolean unknownUser()
true
if GUI is currently waiting for a new fingerprint,
false if notvoid addFingerprint(int id)
id
- id of the new fingerprintvoid stopForProblem(java.lang.String problemstringid)
problemstringid
- name of the string to be displayed (corresponding to a
string in the language files)void continueProgram()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |