public interface StubReader
extends org.eclipse.keyple.core.service.event.ObservableReader
org.eclipse.keyple.core.service.event.ObservableReader.NotificationMode, org.eclipse.keyple.core.service.event.ObservableReader.PollingMode, org.eclipse.keyple.core.service.event.ObservableReader.ReaderObserver| Modifier and Type | Method and Description |
|---|---|
StubSmartCard |
getSmartcard()
Get inserted card
|
void |
insertCard(StubSmartCard smartCard)
Insert a card Stub into the reader.
|
void |
removeCard()
Remove card from reader if any
|
void insertCard(StubSmartCard smartCard)
smartCard - stub card to be inserted in the readervoid removeCard()
StubSmartCard getSmartcard()