|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FingerprintEvent
This interface provides methods for the FingerprintAuthentication component to inform the other components of the system of its actions.
Method Summary | |
---|---|
boolean |
authenticatedFingerprint(int id)
Used to inform the system that a fingerprint has been recognized. |
FPData[] |
getFingerprintData()
Used to fetch all fingerprints from the database. |
void |
unAuthenticatedFingerprint(FPData data)
Used to inform the system that a fingerprint was read, but not recognized. |
Method Detail |
---|
boolean authenticatedFingerprint(int id)
id
- the id number of the recognized fingerprint
true
if the fingerprint should be kept in cache.
false
if it should be deleted (i.e. has been deleted from
the database).void unAuthenticatedFingerprint(FPData data)
data
- FPData containing the fingerprint's dataFPData[] getFingerprintData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |