See: Description
Interface | Description |
---|---|
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.ReaderObserver |
This interface has to be implemented by reader observers.
|
PluginObservationExceptionHandler |
This interface must be implemented by any application using the plugin observation.
|
ReaderObservationExceptionHandler |
This interface must be implemented by any application using the reader observation.
|
Class | 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.
|
PluginEvent |
This POJO is used to propagate a change of reader state in an
ObservablePlugin . |
ReaderEvent |
This POJO is used to propagate a change of a card state in an
ObservableReader . |
Enum | Description |
---|---|
ObservableReader.NotificationMode |
Indicates the expected behavior when processing a default selection.
|
ObservableReader.PollingMode |
Indicates the action to be taken after processing a card.
|
PluginEvent.EventType |
The two types of reader event
|
ReaderEvent.EventType |
The different types of reader events, reflecting the status of the reader regarding the
presence of a card.
|