public class BeIDSelector extends Object
| Constructor and Description |
|---|
BeIDSelector(Component parentComponent,
String title,
Collection<BeIDCard> initialCards) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEIDCard(BeIDCard card) |
BeIDCard |
choose() |
void |
endReadingIdentity() |
void |
removeEIDCard(BeIDCard card) |
void |
startReadingIdentity() |
void |
stop() |
void |
waitUntilIdentitiesRead() |
public BeIDSelector(Component parentComponent, String title, Collection<BeIDCard> initialCards)
public void addEIDCard(BeIDCard card)
public void removeEIDCard(BeIDCard card)
public void startReadingIdentity()
public void endReadingIdentity()
public void waitUntilIdentitiesRead()
public void stop()
public BeIDCard choose() throws OutOfCardsException, CancelledException
Copyright © 2012–2019 BOSA. All rights reserved.