Package org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion
package org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion
SPI for the card insertion 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 insertion asynchronously.This SPI is specifically designed for plugins that handle card insertion synchronously.This SPI is specifically designed for plugins that don't handle card insertion autonomously but requires an external active stimulation to detect card insertion without implementing a waiting mechanism.Deprecated.Deprecated.Implement
CardInsertionWaiterBlockingSpi
instead (will be removed in a future version of this API).Deprecated.ImplementCardInsertionWaiterNonBlockingSpi
instead (will be removed in a future version of this API).
CardInsertionWaiterAsynchronousSpi
instead (will be removed in a future version of this API).