cafe.gui.interfaces
Interface ConfigViewInterface

All Known Implementing Classes:
ConfigPanel

public interface ConfigViewInterface

Provides methods for notifying configuration view about events.

Author:
Markus Penttila

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

addFingerprints

void addFingerprints(boolean[] fingerprints)
Informs the implementing class which fingerprints are set for the current user

Parameters:
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.

fingerprintAdded

void fingerprintAdded()
Signals the implementing class that a fingerprint has been added to the system.


selectedProduct

void selectedProduct(ExportProduct product)
Signals the implementing class that the user has selected a product from the product list.

Parameters:
product - the selected product