Uses of Class
org.eclipse.keypop.reader.ObservableCardReader.NotificationMode
-
Packages that use ObservableCardReader.NotificationMode Package Description org.eclipse.keypop.reader Components used in applications to manage readers and their observation.org.eclipse.keypop.reader.selection Components used to manage card selection. -
-
Uses of ObservableCardReader.NotificationMode in org.eclipse.keypop.reader
Methods in org.eclipse.keypop.reader that return ObservableCardReader.NotificationMode Modifier and Type Method Description static ObservableCardReader.NotificationMode
ObservableCardReader.NotificationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ObservableCardReader.NotificationMode[]
ObservableCardReader.NotificationMode. values()
Returns an array containing the constants of this enum type, 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.NotificationMode Modifier and Type Method Description void
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
.
-