|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HCIListener | |
|---|---|
| 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. |
| Uses of HCIListener in uicc.hci.framework |
|---|
| Methods in uicc.hci.framework with parameters of type HCIListener | |
|---|---|
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 |
| Uses of HCIListener in uicc.hci.services.cardemulation |
|---|
| Subinterfaces of HCIListener in uicc.hci.services.cardemulation | |
|---|---|
interface |
CardEmulationListener
An Applet instance implementing the CardEmulationListener interface can
receive events defined in this interface and can receive only CardEmulationMessagee. |
| Uses of HCIListener in uicc.hci.services.connectivity |
|---|
| Subinterfaces of HCIListener in uicc.hci.services.connectivity | |
|---|---|
interface |
ConnectivityListener
An instance implementing ConnectivityListener is used by an Applet to monitor the ConnectivityService. |
| Uses of HCIListener in uicc.hci.services.readermode |
|---|
| Subinterfaces of HCIListener in uicc.hci.services.readermode | |
|---|---|
interface |
ReaderListener
An instance implementing ReaderListener is used by an Applet to monitor the ReaderService. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||