Uses of Interface
org.calypsonet.terminal.reader.selection.CardSelectionResult
-
Packages that use CardSelectionResult Package Description org.calypsonet.terminal.reader.selection Components used to manage card selection. -
-
Uses of CardSelectionResult in org.calypsonet.terminal.reader.selection
Methods in org.calypsonet.terminal.reader.selection that return CardSelectionResult Modifier and Type Method Description CardSelectionResult
CardSelectionManager. parseScheduledCardSelectionsResponse(ScheduledCardSelectionsResponse scheduledCardSelectionsResponse)
Analyzes the responses provided by aCardReaderEvent
following the insertion of a card and the execution of the card selection scenario.CardSelectionResult
CardSelectionManager. processCardSelectionScenario(CardReader reader)
Explicitly executes a previously prepared card selection scenario and returns the card selection result.
-