|
CoCoME System Tests | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICardReader
The interface for the card reader used to get credit card information and enter the card pin.
Method Summary | |
---|---|
void |
enterCard(int cardNumber)
Reports the number read from the credit card. |
void |
enterPin(int pin)
Reports the pin entered at the card reader. |
Method Detail |
---|
void enterCard(int cardNumber) throws java.lang.Exception
cardNumber
- the number of the credit card.
java.lang.Exception
void enterPin(int pin) throws java.lang.Exception
pin
- the pin code entered by the user.
java.lang.Exception
|
CoCoME System Tests | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |