Uses of Interface
org.eclipse.keypop.reader.selection.CardSelectionResult
-
Packages that use CardSelectionResult Package Description org.eclipse.keypop.reader.selection Components used to manage card selection. -
-
Uses of CardSelectionResult in org.eclipse.keypop.reader.selection
Methods in org.eclipse.keypop.reader.selection that return CardSelectionResult Modifier and Type Method Description CardSelectionResult
CardSelectionManager. importProcessedCardSelectionScenario(java.lang.String processedCardSelectionScenario)
Imports a previously exported processed card selection scenario in string format and returns the card selection result.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.
-