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.
 
Fields inherited from interface uicc.hci.framework.HCIListener
TRIG_NO_MORE_PROCESS
 
Method Summary
 
Methods inherited from interface uicc.hci.framework.HCIListener
onCallBackTriggering
 

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. This constant can be used in HCIService.activateEvent() and HCIService.deactivateEvent().

See Also:
Constant Field Values