See: Description
| Interface | Description |
|---|---|
| DontWaitForCardRemovalDuringProcessing |
Interface to be implemented by readers not able to detect a card removal during
processing, between two APDU commands.
|
| ObservablePluginNotifier |
Provides the API to notify the observers of an
ObservablePlugin |
| ObservableReaderNotifier |
Provides the API to notify the observers of an
ObservableReader |
| SmartSelectionReader |
Interface implemented by readers able to handle natively the card selection process.
|
| WaitForCardInsertionAutonomous |
Interface to be implemented by readers that have a fully integrated management of card
communications for card insertion detection.
|
| WaitForCardInsertionBlocking |
Interface to be implemented by readers that are autonomous in the management of waiting for the
insertion of a card and that provide a method to wait for it indefinitely.
|
| WaitForCardInsertionNonBlocking |
Interface to be implemented by readers that require an active process to detect the card
insertion.
|
| WaitForCardRemovalAutonomous |
Interface to be implemented by readers that have a fully integrated management of card
communications for card removal detection.
|
| WaitForCardRemovalBlocking |
Interface to be implemented by the readers able to handle natively the card removal process.
|
| WaitForCardRemovalDuringProcessing |
Interface to be implemented by readers able to detect a card removal during processing, between
two APDU commands.
|
| WaitForCardRemovalNonBlocking |
Interface to be implemented by readers that require an active process to detect the card removal.
|
| Class | Description |
|---|---|
| AbstractLocalReader |
Implements the methods defined by the
ProxyReader interface for a local reader. |
| AbstractObservableLocalAutonomousReader |
Extends
AbstractObservableLocalReader to allow the reader implementation to call back the
core when card insertion and removal events occur. |
| AbstractObservableLocalReader |
Extends
AbstractLocalReader to manage the observation of card events. |
| AbstractObservablePlugin |
Provides the means to manage the observation of a plugin.
|
| AbstractPlugin |
This class define the common API for all plugins.
|
| AbstractReader |
Implements the ProxyReader high-level interface.
|
| AbstractThreadedObservablePlugin |
Provides the means to observe a plugin (insertion/removal of readers) using a monitoring thread.
|
| Enum | Description |
|---|---|
| AbstractObservableLocalReader.InternalEvent |
Internal events
|