| 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).
|
| Class and Description |
|---|
| AbstractDefaultSelectionsRequest
This abstract class defines the POJO used to carry the default selection request data.
|
| AbstractDefaultSelectionsResponse
Abstract POJO used to carry the response to a default selection request.
|
| Class and Description |
|---|
| AbstractDefaultSelectionsRequest
This abstract class defines the POJO used to carry the default selection request data.
|
| AbstractDefaultSelectionsResponse
Abstract POJO used to carry the response to a default selection request.
|
| Class and Description |
|---|
| AbstractDefaultSelectionsRequest
This abstract class defines the POJO used to carry the default selection request data.
|
| ObservablePlugin
Provides the API to observe
Reader's
connection/disconnection. |
| ObservablePlugin.PluginObserver
This interface has to be implemented by plugin observers.
|
| ObservableReader
Provides the API to observe cards insertion/removal.
|
| ObservableReader.NotificationMode
Indicates the expected behavior when processing a default selection.
|
| ObservableReader.PollingMode
Indicates the action to be taken after processing a card.
|
| ObservableReader.ReaderObserver
This interface has to be implemented by reader observers.
|
| PluginEvent
This POJO is used to propagate a change of reader state in an
ObservablePlugin. |
| PluginObservationExceptionHandler
This interface must be implemented by any application using the plugin observation.
|
| ReaderEvent
This POJO is used to propagate a change of a card state in an
ObservableReader. |
| ReaderObservationExceptionHandler
This interface must be implemented by any application using the reader observation.
|
| Class and Description |
|---|
| AbstractDefaultSelectionsRequest
This abstract class defines the POJO used to carry the default selection request data.
|
| AbstractDefaultSelectionsResponse
Abstract POJO used to carry the response to a default selection request.
|
| ObservablePlugin.PluginObserver
This interface has to be implemented by plugin observers.
|
| ObservableReader.NotificationMode
Indicates the expected behavior when processing a default selection.
|
| ObservableReader.PollingMode
Indicates the action to be taken after processing a card.
|
| ObservableReader.ReaderObserver
This interface has to be implemented by reader observers.
|
| PluginEvent
This POJO is used to propagate a change of reader state in an
ObservablePlugin. |
| PluginEvent.EventType
The two types of reader event
|
| ReaderEvent
This POJO is used to propagate a change of a card state in an
ObservableReader. |
| ReaderEvent.EventType
The different types of reader events, reflecting the status of the reader regarding the
presence of a card.
|