Package org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal
SPI for the card removal observation profile definition.
Caution: An observable reader must implement one and only one of these interfaces.
- Since:
- 2.0.0
-
Interface Summary Interface Description CardRemovalWaiterAsynchronousSpi This SPI is specifically designed for plugins that handle card removal asynchronously.CardRemovalWaiterBlockingSpi This SPI is specifically designed for plugins that handle card removal synchronously.CardRemovalWaiterNonBlockingSpi This SPI is specifically designed for plugins that don't handle card removal autonomously but requires the sending of an APDU to detect the card removal.WaitForCardRemovalAutonomousSpi Deprecated. ImplementCardRemovalWaiterAsynchronousSpiinstead (will be removed in a future version of this API).WaitForCardRemovalBlockingSpi Deprecated. ImplementCardRemovalWaiterBlockingSpiinstead (will be removed in a future version of this API).WaitForCardRemovalNonBlockingSpi Deprecated. ImplementCardRemovalWaiterNonBlockingSpiinstead (will be removed in a future version of this API).