public static enum AbstractObservableLocalReader.InternalEvent extends java.lang.Enum<AbstractObservableLocalReader.InternalEvent>
Enum Constant and Description |
---|
CARD_INSERTED
A card has been inserted
|
CARD_REMOVED
The card has been removed
|
SE_PROCESSED
The application has completed the processing of the card
|
START_DETECT
The application has requested the start of card detection
|
STOP_DETECT
The application has requested that card detection is to be stopped.
|
TIME_OUT
A timeout has occurred (not yet implemented)
|
Modifier and Type | Method and Description |
---|---|
static AbstractObservableLocalReader.InternalEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractObservableLocalReader.InternalEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractObservableLocalReader.InternalEvent CARD_INSERTED
public static final AbstractObservableLocalReader.InternalEvent CARD_REMOVED
public static final AbstractObservableLocalReader.InternalEvent SE_PROCESSED
public static final AbstractObservableLocalReader.InternalEvent START_DETECT
public static final AbstractObservableLocalReader.InternalEvent STOP_DETECT
public static final AbstractObservableLocalReader.InternalEvent TIME_OUT
public static AbstractObservableLocalReader.InternalEvent[] values()
for (AbstractObservableLocalReader.InternalEvent c : AbstractObservableLocalReader.InternalEvent.values()) System.out.println(c);
public static AbstractObservableLocalReader.InternalEvent valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null