uicc.hci.services.readermode
Interface ReaderListener

All Superinterfaces:
HCIListener, javacard.framework.Shareable

public interface ReaderListener
extends HCIListener

An instance implementing ReaderListener is used by an Applet to monitor the ReaderService.


Field Summary
static byte EVENT_GET_PARAMETER_RESPONSE
          This value is used to notify the Applet when a response to the ReaderMessage.prepareAndSendGetParameterCommand(byte) is received.
static byte EVENT_TARGET_DISCOVERED
          This value is used to notify the Applet when the HCI event EVT_TARGET_DISCOVERD as received from the CLF.
static byte EVENT_WRITE_EXCHANGE_DATA_RESPONSE
          This value is used to notify the Applet when a response to the ReaderMessage.prepareAndSendWriteXchgDataCommand(byte, byte[], short, short) is received.
 
Method Summary
 
Methods inherited from interface uicc.hci.framework.HCIListener
onCallback
 

Field Detail

EVENT_GET_PARAMETER_RESPONSE

static final byte EVENT_GET_PARAMETER_RESPONSE
This value is used to notify the Applet when a response to the ReaderMessage.prepareAndSendGetParameterCommand(byte) is received. The Applet shall return this value to the HCI framework if it wants to be notified about the outcome of the GetParameterCommand.

See Also:
Constant Field Values

EVENT_WRITE_EXCHANGE_DATA_RESPONSE

static final byte EVENT_WRITE_EXCHANGE_DATA_RESPONSE
This value is used to notify the Applet when a response to the ReaderMessage.prepareAndSendWriteXchgDataCommand(byte, byte[], short, short) is received. The Applet shall return this value to the HCI framework if it wants to be notified about the outcome of the GetParameterCommand.

See Also:
Constant Field Values

EVENT_TARGET_DISCOVERED

static final byte EVENT_TARGET_DISCOVERED
This value is used to notify the Applet when the HCI event EVT_TARGET_DISCOVERD as received from the CLF. This constant can be used in HCIService.activateEvent() and HCIService.deactivateEvent().

See Also:
Constant Field Values