Package | Description |
---|---|
org.eclipse.keyple.core.card.message |
Contains the POJOs carrying the data to or from the cards.
|
org.eclipse.keyple.core.card.selection |
Contains the classes to handle the card selection process.
|
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 | Class and Description |
---|---|
class |
DefaultSelectionsRequest
This POJO defines the default selection request to be processed when a card is inserted in an
observable reader.
|
Modifier and Type | Method and Description |
---|---|
AbstractDefaultSelectionsRequest |
CardSelectionsService.getDefaultSelectionsRequest()
The SelectionOperation is the
AbstractDefaultSelectionsRequest to process in ordered to
select a card among others through the selection process. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractObservableLocalReader.setDefaultSelectionRequest(AbstractDefaultSelectionsRequest defaultSelectionsRequest,
ObservableReader.NotificationMode notificationMode)
If defined, the prepared DefaultSelectionRequest will be processed as soon as a card is
inserted.
|
void |
AbstractObservableLocalReader.setDefaultSelectionRequest(AbstractDefaultSelectionsRequest defaultSelectionsRequest,
ObservableReader.NotificationMode notificationMode,
ObservableReader.PollingMode pollingMode)
A combination of defining the default selection request and starting the card detection.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservableReader.setDefaultSelectionRequest(AbstractDefaultSelectionsRequest defaultSelectionsRequest,
ObservableReader.NotificationMode notificationMode)
Defines the default selection request to be processed when a card is inserted.
|
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.
|