|
||||||||||
| 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 application itself.
HCIService,
HCIMessage| Field Summary | |
|---|---|
static short |
TRIG_NO_MORE_PROCESS
this value must be used as return by an HCIListener when it no more want to be call back for an internal process (e.g do not want to initiate more output...) whereas defined values in each HCIListener sub-interfaces for related conditions will trigger a call back. |
| Method Summary | |
|---|---|
byte |
onCallBack(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 onCallBack(byte event,
HCIMessage message)
event - the condition caused this invocation of onCallBack()message - 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 | |||||||||