FileDocCategorySizeDatePackage
BluetoothEvent.javaAPI DocphoneME MR2 API (J2ME)1506Wed May 02 18:00:30 BST 2007com.sun.midp.jsr082.bluetooth

BluetoothEvent

public abstract class BluetoothEvent extends Object
Represents Bluetooth stack event, such as inquiry completion, etc.

Fields Summary
Constructors Summary
Methods Summary
public voiddispatch()
Called immediately upon event retrieval. The default behavior is to enqueue this event into the Dispatcher's event storage.

        Dispatcher.enqueue(this);
    
public abstract voidprocess()
Processes this event.