Package | Description |
---|---|
org.eclipse.keyple.core.plugin |
Contains the plugin and reader management classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DontWaitForCardRemovalDuringProcessing
Interface to be implemented by readers not able to detect a card removal during
processing, between two APDU commands.
|
interface |
ObservableReaderNotifier
Provides the API to notify the observers of an
ObservableReader |
interface |
WaitForCardInsertionAutonomous
Interface to be implemented by readers that have a fully integrated management of card
communications for card insertion detection.
|
interface |
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.
|
interface |
WaitForCardInsertionNonBlocking
Interface to be implemented by readers that require an active process to detect the card
insertion.
|
interface |
WaitForCardRemovalAutonomous
Interface to be implemented by readers that have a fully integrated management of card
communications for card removal detection.
|
interface |
WaitForCardRemovalBlocking
Interface to be implemented by the readers able to handle natively the card removal process.
|
interface |
WaitForCardRemovalDuringProcessing
Interface to be implemented by readers able to detect a card removal during processing, between
two APDU commands.
|
interface |
WaitForCardRemovalNonBlocking
Interface to be implemented by readers that require an active process to detect the card removal.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObservableLocalAutonomousReader
Extends
AbstractObservableLocalReader to allow the reader implementation to call back the
core when card insertion and removal events occur. |
class |
AbstractObservableLocalReader
Extends
AbstractLocalReader to manage the observation of card events. |