Interface Summary |
Lockable |
Lockable is a generic interface for locking a terminal or
individual slots. |
PowerManagementInterface |
A CardTerminal that implements the PowerMangementInterface
can power down and power up the smart card in a slot. |
TerminalCommand |
TerminalCommand is a generic interface for sending commands to a
CardTerminal. |
UserInteraction |
User interaction takes place through the display() method (to
display information to the user), the keyboardInput() method
(to retrieve information from the user) and the promptUser()
method to combine display and input in a single call. |