Uses of Interface
org.calypsonet.terminal.reader.selection.ScheduledCardSelectionsResponse
-
Packages that use ScheduledCardSelectionsResponse Package Description org.calypsonet.terminal.reader Components used in applications to manage readers and their observation.org.calypsonet.terminal.reader.selection Components used to manage card selection. -
-
Uses of ScheduledCardSelectionsResponse in org.calypsonet.terminal.reader
Methods in org.calypsonet.terminal.reader that return ScheduledCardSelectionsResponse Modifier and Type Method Description ScheduledCardSelectionsResponse
CardReaderEvent. getScheduledCardSelectionsResponse()
Returns the card selection responses when it is available and null in all other cases. -
Uses of ScheduledCardSelectionsResponse in org.calypsonet.terminal.reader.selection
Methods in org.calypsonet.terminal.reader.selection with parameters of type ScheduledCardSelectionsResponse 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.
-