Interface ObservableReaderSpi
-
- All Superinterfaces:
ReaderSpi
public interface ObservableReaderSpi extends ReaderSpi
Reader able to detect the insertion and removal of cards.In addition, an observable reader must also define its observation capabilities for the card insertion and removal steps.
For the card insertion state, it must implement one of the following interfaces:
For the card removal state, it must implement one of the following interfaces:
- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStartDetection()Invoked when the card observation process is startedvoidonStopDetection()Invoked when the card observation process is stopped-
Methods inherited from interface org.eclipse.keyple.core.plugin.spi.reader.ReaderSpi
checkCardPresence, closePhysicalChannel, getName, getPowerOnData, isContactless, isPhysicalChannelOpen, onUnregister, openPhysicalChannel, transmitApdu
-
-