Package | Description |
---|---|
org.eclipse.keyple.core.plugin |
Contains the plugin and reader management classes.
|
org.eclipse.keyple.core.service.event |
Contains the necessary APIs for observing plugins and readers (used by ticketing applications).
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractObservableLocalReader.setDefaultSelectionRequest(AbstractDefaultSelectionsRequest defaultSelectionsRequest,
ObservableReader.NotificationMode notificationMode,
ObservableReader.PollingMode pollingMode)
A combination of defining the default selection request and starting the card detection.
|
void |
AbstractObservableLocalReader.startCardDetection(ObservableReader.PollingMode pollingMode)
Starts the card detection.
|
Modifier and Type | Method and Description |
---|---|
static ObservableReader.PollingMode |
ObservableReader.PollingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObservableReader.PollingMode[] |
ObservableReader.PollingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservableReader.setDefaultSelectionRequest(AbstractDefaultSelectionsRequest defaultSelectionsRequest,
ObservableReader.NotificationMode notificationMode,
ObservableReader.PollingMode pollingMode)
Defines the default selection request and starts the card detection using the provided polling
mode.
|
void |
ObservableReader.startCardDetection(ObservableReader.PollingMode pollingMode)
Starts the card detection.
|