uicc.hci.services.connectivity
Interface ConnectivityListener

All Superinterfaces:
HCIListener, javacard.framework.Shareable

public interface ConnectivityListener
extends HCIListener

An instance implementing ConnectivityListener is used by an Applet to monitor the ConnectivityService.

See Also:
ConnectivityService

Field Summary
static byte EVENT_STAND_BY
          This value is used to notify the Applet when the HCI event EVT_STAND_BY is received.
 
Method Summary
 
Methods inherited from interface uicc.hci.framework.HCIListener
onCallback
 

Field Detail

EVENT_STAND_BY

static final byte EVENT_STAND_BY
This value is used to notify the Applet when the HCI event EVT_STAND_BY is received.

See Also:
Constant Field Values