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.service.event |
Contains the necessary APIs for observing plugins and readers (used by ticketing applications).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSelectionsResponse
This POJO wraps the default selections responses in return to the default selections made when a
card is inserted.
|
Modifier and Type | Method and Description |
---|---|
CardSelectionsResult |
CardSelectionsService.processDefaultSelectionsResponse(AbstractDefaultSelectionsResponse defaultSelectionsResponse)
Parses the response to a selection operation sent to a card and return a list of
AbstractSmartCard |
Modifier and Type | Method and Description |
---|---|
AbstractDefaultSelectionsResponse |
ReaderEvent.getDefaultSelectionsResponse()
Gets the default selection response that may be present when the event is
ReaderEvent.EventType.CARD_INSERTED , always present when the event is ReaderEvent.EventType.CARD_MATCHED and
null in the others cases. |
Constructor and Description |
---|
ReaderEvent(java.lang.String pluginName,
java.lang.String readerName,
ReaderEvent.EventType eventType,
AbstractDefaultSelectionsResponse defaultSelectionsResponse)
ReaderEvent constructor for simple insertion notification mode
|