Package org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal
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
-
InterfacesClassDescriptionThis SPI is specifically designed for plugins that handle card removal asynchronously.This SPI is specifically designed for plugins that handle card removal synchronously.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.Deprecated.Deprecated.Implement
CardRemovalWaiterBlockingSpi
instead (will be removed in a future version of this API).Deprecated.ImplementCardRemovalWaiterNonBlockingSpi
instead (will be removed in a future version of this API).
CardRemovalWaiterAsynchronousSpi
instead (will be removed in a future version of this API).