|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HCIListener
The base interface for all types of HCI listeners.
An Object shall not implement this interface but only implement one of the subinterfaces.
An Applet instance implementing the *Listener interface shall only receive events defined in the same *Listener interface.
Messages received through the inherited method HCIListener shall be the message type defined in the same package as the *Listener interface
CardEmulationListener,
ConnectivityListener,
ReaderListener| Method Summary | |
|---|---|
void |
onCallback(byte event,
HCIMessage message)
This method is called by the HCI framework to inform the Listener Object about a specific event and pass the corresponding HCIMessage to
the Listener Object. |
| Method Detail |
|---|
void onCallback(byte event,
HCIMessage message)
HCIMessage to
the Listener Object.
event - that triggers the invocation of the methodmessage - the HCIMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||