|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcafe.main.CoffeeTouch
public class CoffeeTouch
Main class, starts the program.
Constructor Summary | |
---|---|
CoffeeTouch()
Constructs a new instance of this class. |
|
CoffeeTouch(java.lang.String settingsFileUri)
Constructs a new instance of this class and passes the parameters to Settings class. |
Method Summary | |
---|---|
void |
addFingerprint(FPData data)
Stores a new fingerprint data to FingerprintAuthentication's cache. |
void |
deleteFingerprint(int id)
Instructs FingerprintAuthentication to delete a fingerprint from its cache. |
void |
displayDBError(java.lang.String messageid)
Instructs GUI to display an error message and tries to reconnect to the database. |
static void |
main(java.lang.String[] args)
Starts the program. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoffeeTouch()
public CoffeeTouch(java.lang.String settingsFileUri)
settingsFileUri
- location of the main settings fileMethod Detail |
---|
public void deleteFingerprint(int id)
id
- the id of the fingerprint to deletepublic void addFingerprint(FPData data)
data
- the fingerprint data to be savedpublic void displayDBError(java.lang.String messageid)
messageid
- ID of the error message to be shownpublic static void main(java.lang.String[] args)
args
- location of the main settings file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |