Uses of Interface
uicc.hci.framework.HCIListener

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.register(HCIListener listener)
          Registers the Listener Object to the service.
 void HCIService.unregister(HCIListener listener)
          This method unregisters the given listener from the service.
 

Uses of HCIListener in uicc.hci.services.cardemulation
 

Subinterfaces of HCIListener in uicc.hci.services.cardemulation
 interface CardEmulationListener
          An instance implementing CardEmulationListener is used by an Applet to monitor the ContactlessCardEmulationService.
 

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.