Uses of Enum Class
org.eclipse.keypop.reader.ObservableCardReader.NotificationMode
Packages that use 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
Methods in org.eclipse.keypop.reader that return ObservableCardReader.NotificationModeModifier 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
Methods in org.eclipse.keypop.reader.selection with parameters of type ObservableCardReader.NotificationModeModifier 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
.