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.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
          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.
 

Uses of HCIListener in uicc.hci.services.connectivity
 

Subinterfaces of HCIListener in uicc.hci.services.connectivity
 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.
 

Uses of HCIListener in uicc.hci.services.readermode
 

Subinterfaces of HCIListener in uicc.hci.services.readermode
 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.