BluetoothEventpublic abstract class BluetoothEvent extends Object Represents Bluetooth stack event, such as inquiry completion, etc. |
Methods Summary |
---|
public void | dispatch()Called immediately upon event retrieval. The default behavior is to
enqueue this event into the Dispatcher's event storage.
Dispatcher.enqueue(this);
| public abstract void | process()Processes this event.
|
|