Uses of Class
org.calypsonet.terminal.reader.CardReaderEvent.Type
-
Packages that use CardReaderEvent.Type Package Description org.calypsonet.terminal.reader Components used in applications to manage readers and their observation. -
-
Uses of CardReaderEvent.Type in org.calypsonet.terminal.reader
Methods in org.calypsonet.terminal.reader that return CardReaderEvent.Type Modifier and Type Method Description CardReaderEvent.Type
CardReaderEvent. getType()
Returns the card reader event type.static CardReaderEvent.Type
CardReaderEvent.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CardReaderEvent.Type[]
CardReaderEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-