|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigViewInterface
Provides methods for notifying configuration view about events.
Method Summary | |
---|---|
void |
addFingerprints(boolean[] fingerprints)
Informs the implementing class which fingerprints are set for the current user |
void |
fingerprintAdded()
Signals the implementing class that a fingerprint has been added to the system. |
void |
selectedProduct(ExportProduct product)
Signals the implementing class that the user has selected a product from the product list. |
Method Detail |
---|
void addFingerprints(boolean[] fingerprints)
fingerprints
- table of five corresponding to fingers so
that 0 means thumb and 4 means little finger. true
if a fingerprint is set for the finger, false
if
not.void fingerprintAdded()
void selectedProduct(ExportProduct product)
product
- the selected product
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |