Uses of Enum Class
org.eclipse.keypop.reader.ObservableCardReader.NotificationMode
Package
Description
Components used in applications to manage readers and their observation.
Components used to manage card selection.
-
Uses of ObservableCardReader.NotificationMode in org.eclipse.keypop.reader
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ObservableCardReader.NotificationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ObservableCardReader.NotificationMode in org.eclipse.keypop.reader.selection
Modifier and TypeMethodDescriptionvoid
CardSelectionManager.scheduleCardSelectionScenario
(ObservableCardReader observableCardReader, ObservableCardReader.NotificationMode notificationMode) Schedules the execution of the prepared card selection scenario as soon as a card is presented to the providedObservableCardReader
.