uicc.hci.services.connectivity
Interface ConnectivityListener
- All Superinterfaces:
- HCIListener, javacard.framework.Shareable
public interface ConnectivityListener
- extends HCIListener
The instance of an Applet which implements the interface ConnectivityListener
can receive events through the onCallback method of this interface and can process
ConnectivityMessage objects passed through the onCallback method of this interface.
The Contactless Framework shall invoke the method ConnectivityListener.onCallback only with
events which are defined in ConnectivityListener or HCIListener
and only with ConnectivityMessage objects.
The Applet instance must activate the events with ConnectivityService.activateEvent
before it will receive any event notification.
- See Also:
ConnectivityService,
ConnectivityMessage
|
Field Summary |
static byte |
EVENT_STAND_BY
This value is used to notify the Applet when the HCI event
EVT_STAND_BY is received. |
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