|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HCIListener
The tagging interface for all types of HCI listeners.
An HCIListener interface has to be implemented by an Applet
which wants to interact with an HCIService.
Each sub interfaces of this interface shall implement a method to process incoming messages to process HCI messages. These methods may also support an internal callback triggering requested by the Applet itself.
HCIService,
HCIMessage| Field Summary | |
|---|---|
static short |
TRIG_NO_MORE_PROCESS
this value must be used as return value by an HCIListener to indicate to to the framework when it does not want to be called back anymore. |
| Method Summary | |
|---|---|
byte |
onCallBackTriggering(byte event,
HCIMessage message)
This method is called by the HCI framework in 3 situations: 1. |
| Field Detail |
|---|
static final short TRIG_NO_MORE_PROCESS
| Method Detail |
|---|
byte onCallBackTriggering(byte event,
HCIMessage message)
event - that triggers the invocation of the methodmessage - the HCIMessage
TRIG_NO_MORE_PROCESS: the listener does not request to be called back
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||