Interface ObservableReaderSpi
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoid
Invoked when the card observation process is startedvoid
Invoked when the card observation process is stoppedMethods inherited from interface org.eclipse.keyple.core.plugin.spi.reader.ReaderSpi
checkCardPresence, closePhysicalChannel, getName, getPowerOnData, isContactless, isPhysicalChannelOpen, onUnregister, openPhysicalChannel, transmitApdu
-
Method Details
-
onStartDetection
void onStartDetection()Invoked when the card observation process is started- Since:
- 2.0.0
-
onStopDetection
void onStopDetection()Invoked when the card observation process is stopped- Since:
- 2.0.0
-