| Package | Description |
|---|---|
| uicc.hci.framework |
This package defines the basic interfaces for the HCI protocol.
|
| uicc.hci.services.cardemulation |
This package defines the interfaces for the card emulation mode of the HCI protocol.
|
| uicc.hci.services.connectivity |
This package defines the interfaces for the functionality of the connectivity gate defined in the HCI protocol.
|
| uicc.hci.services.readermode |
This package defines the interfaces for the reader emulation mode of the HCI protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HCIService.deregister(HCIListener listener)
This method unregisters the given listener from the service.
|
void |
HCIService.register(HCIListener listener)
This method registers a Listener object to the Service instance
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CardEmulationListener
The instance of an Applet which implements the interface
CardEmulationListener
can receive events through the onCallback method of this interface and can process
CardEmulationMessage objects passed through the onCallback method of this interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectivityListener
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReaderListener
The instance of an Applet which implements the interface
ReaderListener
can receive events through the onCallback method of this interface and can process
ReaderMessage objects passed through the onCallback method of this interface. |