Uses of Interface
org.eclipse.keypop.reader.CardReader
-
Packages that use CardReader Package Description org.eclipse.keypop.reader Components used in applications to manage readers and their observation.org.eclipse.keypop.reader.selection Components used to manage card selection. -
-
Uses of CardReader in org.eclipse.keypop.reader
Subinterfaces of CardReader in org.eclipse.keypop.reader Modifier and Type Interface Description interface
ConfigurableCardReader
Configurable card reader providing the methods to manage the card protocols.interface
ObservableCardReader
Card reader able to observe the insertion/removal of cards. -
Uses of CardReader in org.eclipse.keypop.reader.selection
Methods in org.eclipse.keypop.reader.selection with parameters of type CardReader Modifier and Type Method Description CardSelectionResult
CardSelectionManager. processCardSelectionScenario(CardReader reader)
Explicitly executes a previously prepared card selection scenario and returns the card selection result.
-